Skip to content

Commit

Permalink
ssh: fixed clearing jump host in connection settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 24, 2021
1 parent 322014c commit d0a5976
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0a5976

Please sign in to comment.