1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 09:27:16 +03:00

ssh: fixed clearing jump host in connection settings

This commit is contained in:
Eugene Pankov 2021-01-24 13:08:07 +01:00
parent 322014c409
commit d0a597634d
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -103,7 +103,7 @@
.header
.title Jump host
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}}
.form-line