From 05887b50f1d1b08468b401b357faf13f505ee75f Mon Sep 17 00:00:00 2001 From: Sandeepa Singh Date: Mon, 10 Jan 2022 19:19:36 +0530 Subject: Add Key clear page under Operations section This page will allow privileged user to clear encrypted keys. - Only admin and CE login user will be able to see the page - The UI will be different for both, admin and CE login user(service) - This page is IBM only Signed-off-by: Sandeepa Singh Change-Id: Ic6fe3454de815629a6b2250daa99ab21f2b316c3 --- 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 d7c1b22d..ba248c58 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -27,6 +27,7 @@ import AssemblyStore from './modules/HardwareStatus/AssemblyStore'; import PostCodeLogsStore from './modules/Logs/PostCodeLogsStore'; import PoliciesStore from './modules/SecurityAndAccess/PoliciesStore'; import FactoryResetStore from './modules/Operations/FactoryResetStore'; +import KeyClearStore from './modules/Operations/KeyClearStore'; import WebSocketPlugin from './plugins/WebSocketPlugin'; import DateTimeStore from './modules/Settings/DateTimeStore'; @@ -67,6 +68,7 @@ export default new Vuex.Store({ virtualMedia: VirtualMediaStore, policies: PoliciesStore, factoryReset: FactoryResetStore, + keyClear: KeyClearStore, }, plugins: [WebSocketPlugin], }); -- cgit v1.2.3