summaryrefslogtreecommitdiff
path: root/src/components/AppNavigation/AppNavigationMixin.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AppNavigation/AppNavigationMixin.js')
-rw-r--r--src/components/AppNavigation/AppNavigationMixin.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/AppNavigation/AppNavigationMixin.js b/src/components/AppNavigation/AppNavigationMixin.js
index d4c2f23d..5ee8c102 100644
--- a/src/components/AppNavigation/AppNavigationMixin.js
+++ b/src/components/AppNavigation/AppNavigationMixin.js
@@ -112,23 +112,23 @@ export const AppNavigationMixin = {
},
],
},*/
- /*{
+ {
id: 'memory',
label: this.$t('appNavigation.memoryModules'),
icon: 'iconChevronUp',
children: [
- {
+ /*{
id: 'memory-specification',
label: this.$t('appNavigation.specification'),
route: '/memory-specification',
- },
+ },*/
{
id: 'memory-dynamic-info',
label: this.$t('appNavigation.analyticalPanel'),
route: '/memory-dynamic-info',
},
],
- },*/
+ },
{
id: 'fans',
label: this.$t('appNavigation.fans'),