This commit is contained in:
Eugene Pankov 2020-04-19 16:22:48 +02:00
parent 21e7e762cd
commit ca444bcf65

View file

@ -74,6 +74,7 @@
.header .header
.title Jump host .title Jump host
select.form-control([(ngModel)]='connection.jumpHost') 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([value]='x.name', *ngFor='let x of config.store.ssh.connections') {{x.name}}
.form-line .form-line