properly clear jump host from settings (fixes #2675)

This commit is contained in:
Eugene Pankov
2020-06-08 09:11:00 +02:00
parent 48013e2102
commit d221f8e561

View File

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