mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-29 07:49:53 +00:00
properly clear jump host from settings (fixes #2675)
This commit is contained in:
parent
48013e2102
commit
d221f8e561
@ -74,8 +74,8 @@
|
|||||||
.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([ngValue]='null') None
|
||||||
option([value]='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
|
||||||
.header
|
.header
|
||||||
|
Loading…
x
Reference in New Issue
Block a user