From ca444bcf652f54344de0a63ea3b8778d2691096c Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 19 Apr 2020 16:22:48 +0200 Subject: [PATCH] fixed #2411 --- terminus-ssh/src/components/editConnectionModal.component.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/terminus-ssh/src/components/editConnectionModal.component.pug b/terminus-ssh/src/components/editConnectionModal.component.pug index 26e1f707..6ba94a5a 100644 --- a/terminus-ssh/src/components/editConnectionModal.component.pug +++ b/terminus-ssh/src/components/editConnectionModal.component.pug @@ -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