From 846c7b8acf9dd2c4b389d87003f20f68afce61c4 Mon Sep 17 00:00:00 2001 From: samaradel Date: Sun, 21 Apr 2024 17:15:56 +0200 Subject: [PATCH 1/8] Remove delete btn and add delete all action --- .../dashboard/components/public_ips_table.vue | 77 +++++++++++-------- 1 file changed, 47 insertions(+), 30 deletions(-) diff --git a/packages/playground/src/dashboard/components/public_ips_table.vue b/packages/playground/src/dashboard/components/public_ips_table.vue index 8111952924..2ac720069e 100644 --- a/packages/playground/src/dashboard/components/public_ips_table.vue +++ b/packages/playground/src/dashboard/components/public_ips_table.vue @@ -1,6 +1,6 @@