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/components/AppNavigation/AppNavigationMixin.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/components/AppNavigation/AppNavigationMixin.js') diff --git a/src/components/AppNavigation/AppNavigationMixin.js b/src/components/AppNavigation/AppNavigationMixin.js index edeabc52..bbbbb1ee 100644 --- a/src/components/AppNavigation/AppNavigationMixin.js +++ b/src/components/AppNavigation/AppNavigationMixin.js @@ -76,6 +76,11 @@ const AppNavigationMixin = { label: this.$t('appNavigation.kvm'), route: '/operations/kvm', }, + { + id: 'key-clear', + label: this.$t('appNavigation.keyClear'), + route: '/operations/key-clear', + }, { id: 'firmware', label: this.$t('appNavigation.firmware'), -- cgit v1.2.3