|
|
@@ -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
|