mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +00:00
ssh: fixed clearing jump host in connection settings
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
.header
|
.header
|
||||||
.title Jump host
|
.title Jump host
|
||||||
select.form-control([(ngModel)]='connection.jumpHost')
|
select.form-control([(ngModel)]='connection.jumpHost')
|
||||||
option([ngValue]='null') None
|
option(value='') None
|
||||||
option([ngValue]='x.name', *ngFor='let x of config.store.ssh.connections') {{x.name}}
|
option([ngValue]='x.name', *ngFor='let x of config.store.ssh.connections') {{x.name}}
|
||||||
|
|
||||||
.form-line
|
.form-line
|
||||||
|
Reference in New Issue
Block a user