From 72a3b823338ce5179e8055d0507c661804ae9f3e Mon Sep 17 00:00:00 2001 From: samaradel Date: Wed, 26 Feb 2025 19:56:49 +0200 Subject: [PATCH 01/10] Add Server side table to public ip table --- .../dashboard/components/public_ips_table.vue | 28 ++++++++----------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/packages/playground/src/dashboard/components/public_ips_table.vue b/packages/playground/src/dashboard/components/public_ips_table.vue index 4c26fc94a9..95237ade3a 100644 --- a/packages/playground/src/dashboard/components/public_ips_table.vue +++ b/packages/playground/src/dashboard/components/public_ips_table.vue @@ -1,9 +1,12 @@