From 8f030bac11637fcd0a005907b558d7accbff68bd Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Mon, 7 Dec 2020 13:12:53 -0600 Subject: Add security settings page Adds ability to enable/disable: - SSH protocol - IPMI protocol Signed-off-by: Dixsie Wolmers Change-Id: I2430a46343dd8756ef75fcc3cb068df8d51dd415 --- src/router/routes.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/router') diff --git a/src/router/routes.js b/src/router/routes.js index 3be1a1e4..a82833ad 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -17,6 +17,7 @@ import Overview from '@/views/Overview'; import PageNotFound from '@/views/PageNotFound'; import ProfileSettings from '@/views/ProfileSettings'; import RebootBmc from '@/views/Control/RebootBmc'; +import SecuritySettings from '@/views/Configuration/SecuritySettings'; import Sensors from '@/views/Health/Sensors'; import SerialOverLan from '@/views/Control/SerialOverLan'; import SerialOverLanConsole from '@/views/Control/SerialOverLan/SerialOverLanConsole'; @@ -162,6 +163,14 @@ const routes = [ title: i18n.t('appPageTitle.firmware'), }, }, + { + path: '/configuration/security-settings', + name: 'security-settings', + component: SecuritySettings, + meta: { + title: i18n.t('appPageTitle.securitySettings'), + }, + }, { path: '/control/kvm', name: 'kvm', -- cgit v1.2.3