mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 17:28:06 +00:00
fixed #2411
This commit is contained in:
parent
21e7e762cd
commit
ca444bcf65
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
|||
.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}}
|
||||
|
||||
.form-line
|
||||
|
|
Loading…
Reference in a new issue