From e09a011c23a6a0b53d40ba0aafd49a1acd089129 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Fri, 9 Jul 2021 09:47:09 +0200 Subject: [PATCH] hint about ssh connections being moved to profiles --- tabby-ssh/src/components/sshSettingsTab.component.pug | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tabby-ssh/src/components/sshSettingsTab.component.pug b/tabby-ssh/src/components/sshSettingsTab.component.pug index c59e3d87..42a6019d 100644 --- a/tabby-ssh/src/components/sshSettingsTab.component.pug +++ b/tabby-ssh/src/components/sshSettingsTab.component.pug @@ -41,3 +41,5 @@ h3 SSH [(ngModel)]='config.store.ssh.agentPath', (ngModelChange)='config.save()', ) + +.alert.alert-info SSH connection management is now done through the Profiles tab