From e7ac52de72be2aa0e0c62d93a9821345cb428e59 Mon Sep 17 00:00:00 2001 From: Benjamin Leonard Date: Tue, 5 Mar 2024 17:00:10 +0000 Subject: [PATCH] Add ssh key on empty state --- app/components/form/fields/SshKeysField.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/components/form/fields/SshKeysField.tsx b/app/components/form/fields/SshKeysField.tsx index 109e3a082d..ad0020c6b4 100644 --- a/app/components/form/fields/SshKeysField.tsx +++ b/app/components/form/fields/SshKeysField.tsx @@ -118,7 +118,9 @@ export function SshKeysField({ control }: { control: Control} title="No SSH keys" - body="You need to add a SSH key to be able to see it here" + body="You need to add a key to be able to see it here" + buttonText="Add SSH Key" + onClick={() => setShowAddSshKey(true)} /> )}