summaryrefslogtreecommitdiff
path: root/src/env/components
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-09-13 09:54:44 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-09-13 09:54:44 +0300
commit45491dec095f466e257dfd531649d4fe987e1f31 (patch)
tree1e60e3ea19f18d0e00e10b27885a77f99df900a1 /src/env/components
parent7f2f70c478df7138b39c96c7412795b19ce74485 (diff)
downloadwebui-vue-45491dec095f466e257dfd531649d4fe987e1f31.tar.xz
SILABMC-314: rm KeyClear page
Diffstat (limited to 'src/env/components')
-rw-r--r--src/env/components/AppNavigation/sila.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/env/components/AppNavigation/sila.js b/src/env/components/AppNavigation/sila.js
index acfbde52..328c1b50 100644
--- a/src/env/components/AppNavigation/sila.js
+++ b/src/env/components/AppNavigation/sila.js
@@ -58,11 +58,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'),