From 4752d4c8e69d2586e96788a3ed2275ed92ebf3e6 Mon Sep 17 00:00:00 2001 From: Frederick Borges Date: Fri, 10 Dec 2021 14:35:01 +0100 Subject: [PATCH] B #5650: Hide SSH configurations when settings.ssh_key is false (#1660) --- src/sunstone/public/app/tabs/users-tab/panels/auth/html.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sunstone/public/app/tabs/users-tab/panels/auth/html.hbs b/src/sunstone/public/app/tabs/users-tab/panels/auth/html.hbs index 7c296c7af5..5a16f1026e 100644 --- a/src/sunstone/public/app/tabs/users-tab/panels/auth/html.hbs +++ b/src/sunstone/public/app/tabs/users-tab/panels/auth/html.hbs @@ -72,6 +72,7 @@ + {{#isTabActionEnabled "settings-tab" "Settings.ssh_key"}}
@@ -98,5 +99,6 @@ + {{/isTabActionEnabled}}