summaryrefslogtreecommitdiff
path: root/src/env/components/AppNavigation/sila.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/env/components/AppNavigation/sila.js')
-rw-r--r--src/env/components/AppNavigation/sila.js22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/env/components/AppNavigation/sila.js b/src/env/components/AppNavigation/sila.js
index c806f432..5febc9b7 100644
--- a/src/env/components/AppNavigation/sila.js
+++ b/src/env/components/AppNavigation/sila.js
@@ -219,17 +219,17 @@ const AppNavigationMixin = {
},
],
},
- {
- id: 'resource-management',
- label: this.$t('appNavigation.resourceManagement'),
- children: [
- {
- id: 'power',
- label: this.$t('appNavigation.power'),
- route: '/resource-management/power',
- },
- ],
- },
+ // {
+ // id: 'resource-management',
+ // label: this.$t('appNavigation.resourceManagement'),
+ // children: [
+ // {
+ // id: 'power',
+ // label: this.$t('appNavigation.power'),
+ // route: '/resource-management/power',
+ // },
+ // ],
+ // },
],
};
},