diff --git a/apps/deploy-web/src/components/sdl/SSHKeyFromControl.tsx b/apps/deploy-web/src/components/sdl/SSHKeyFromControl.tsx index 9345eb882..28c74fcd7 100644 --- a/apps/deploy-web/src/components/sdl/SSHKeyFromControl.tsx +++ b/apps/deploy-web/src/components/sdl/SSHKeyFromControl.tsx @@ -61,22 +61,24 @@ export const SSHKeyFormControl: FC = ({ control, serviceIndex, } - placeholder="ssh-..." + placeholder="Enter your own pub key: ssh-.." className="flex-grow" inputClassName="pr-[100px]" value={field.value} onChange={event => field.onChange(event.target.value || "")} startIcon={} - endIcon={ - - } data-testid="ssh-public-key-input" /> )} /> +
+ Or + +
+ {hasGenerated && (

How to use