ssh: fixed clearing jump host in connection settings

This commit is contained in:
Eugene Pankov
2021-01-24 13:08:07 +01:00
parent 322014c409
commit d0a597634d

View File

@@ -103,7 +103,7 @@
.header
.title Jump host
select.form-control([(ngModel)]='connection.jumpHost')
option([ngValue]='null') None
option(value='') None
option([ngValue]='x.name', *ngFor='let x of config.store.ssh.connections') {{x.name}}
.form-line