This commit is contained in:
Jan Prochazka
2021-05-16 09:40:41 +02:00
parent acc49273c1
commit 6d7cc7d441
3 changed files with 4 additions and 1 deletions

View File

@@ -41,6 +41,7 @@
<FormSelectField
label="SSH Authentication"
name="sshMode"
isNative
disabled={!useSshTunnel}
options={[
{ value: 'userPassword', label: 'Username & password' },