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/store/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/store/index.js') diff --git a/src/store/index.js b/src/store/index.js index e6153b1b..b4a77d82 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -21,6 +21,7 @@ import FanStore from './modules/Health/FanStore'; import ChassisStore from './modules/Health/ChassisStore'; import BmcStore from './modules/Health/BmcStore'; import ProcessorStore from './modules/Health/ProcessorStore'; +import SecuritySettingsStore from './modules/Configuration/SecuritySettingsStore'; import WebSocketPlugin from './plugins/WebSocketPlugin'; import DateTimeStore from './modules/Configuration/DateTimeSettingsStore'; @@ -55,6 +56,7 @@ export default new Vuex.Store({ bmc: BmcStore, processors: ProcessorStore, virtualMedia: VirtualMediaStore, + securitySettings: SecuritySettingsStore, }, plugins: [WebSocketPlugin], }); -- cgit v1.2.3