1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-02 11:44:01 +03:00
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