We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1bff5 commit 3ad46afCopy full SHA for 3ad46af
app/components/form/fields/SshKeysField.tsx
@@ -118,7 +118,9 @@ export function SshKeysField({ control }: { control: Control<InstanceCreateInput
118
<EmptyMessage
119
icon={<Key16Icon />}
120
title="No SSH keys"
121
- 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"
122
+ buttonText="Add SSH Key"
123
+ onClick={() => setShowAddSshKey(true)}
124
/>
125
</div>
126
)}
0 commit comments