From 44ac65b58b28b7c7d4d36303d57f233191b198a4 Mon Sep 17 00:00:00 2001 From: zaelgohary Date: Wed, 19 Jun 2024 11:54:26 +0300 Subject: [PATCH 1/3] Use chip group in delete IPs --- .../src/dashboard/components/public_ips_table.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/playground/src/dashboard/components/public_ips_table.vue b/packages/playground/src/dashboard/components/public_ips_table.vue index 72e22fc444..45cfd8e89d 100644 --- a/packages/playground/src/dashboard/components/public_ips_table.vue +++ b/packages/playground/src/dashboard/components/public_ips_table.vue @@ -39,9 +39,11 @@ Delete the following IPs? - - {{ item.ip }} - + + + {{ item.ip }} + + From 4ade16d4a3fa06ed6739a7fcaba7d1641a4f7c72 Mon Sep 17 00:00:00 2001 From: zaelgohary Date: Wed, 19 Jun 2024 12:40:21 +0300 Subject: [PATCH 2/3] Remove chip group and use margin instead --- .../src/dashboard/components/public_ips_table.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/packages/playground/src/dashboard/components/public_ips_table.vue b/packages/playground/src/dashboard/components/public_ips_table.vue index 45cfd8e89d..0ab6441c83 100644 --- a/packages/playground/src/dashboard/components/public_ips_table.vue +++ b/packages/playground/src/dashboard/components/public_ips_table.vue @@ -39,11 +39,9 @@ Delete the following IPs? - - - {{ item.ip }} - - + + {{ item.ip }} + From d304f939415164d0272c14ac6090bae1ce81affb Mon Sep 17 00:00:00 2001 From: zaelgohary Date: Sun, 23 Jun 2024 11:35:10 +0300 Subject: [PATCH 3/3] Update ssh keys chip style, remove unused code --- .../ssh_keys/ManageSshDeployemnt.vue | 77 ++----------------- 1 file changed, 8 insertions(+), 69 deletions(-) diff --git a/packages/playground/src/components/ssh_keys/ManageSshDeployemnt.vue b/packages/playground/src/components/ssh_keys/ManageSshDeployemnt.vue index e18e96beae..140f6691a0 100644 --- a/packages/playground/src/components/ssh_keys/ManageSshDeployemnt.vue +++ b/packages/playground/src/components/ssh_keys/ManageSshDeployemnt.vue @@ -13,30 +13,7 @@ SSH keys management page and add more as needed. - - - - - - Manage SSH keys - - - - - - - - - mdi-cog-sync - Manage SSH keys - - - - + To change the key that you want to use over the deployment, simply click on it. - + +