From 396ebca18e37166dd08153a83988e7e954a59fe6 Mon Sep 17 00:00:00 2001 From: samaradel Date: Sun, 1 Dec 2024 18:35:05 +0200 Subject: [PATCH] Fix activating multiplt keys --- .../ssh_keys/ManageSshDeployemnt.vue | 59 +++++++++---------- .../src/components/ssh_keys/SshFormDialog.vue | 3 +- .../src/components/ssh_keys/SshTable.vue | 13 ++-- 3 files changed, 33 insertions(+), 42 deletions(-) diff --git a/packages/playground/src/components/ssh_keys/ManageSshDeployemnt.vue b/packages/playground/src/components/ssh_keys/ManageSshDeployemnt.vue index 01c5eccfb7..c62a3826a0 100644 --- a/packages/playground/src/components/ssh_keys/ManageSshDeployemnt.vue +++ b/packages/playground/src/components/ssh_keys/ManageSshDeployemnt.vue @@ -14,15 +14,11 @@ and add more as needed. - - To change the key that you want to use over the deployment, simply click on it. + The keys selected here will be forwarded to your deployment. To change keys, simply toggle on the keys you + wish to select/deselect. - + @@ -57,8 +51,7 @@