summaryrefslogtreecommitdiff
path: root/src/env
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-10-13 16:55:50 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-10-13 16:55:50 +0300
commiteb74e9929377315f0b5998f72ceb0722e84bf0f6 (patch)
treef8c90b3f46cf76b56b20a09bfd6842379a4d47c2 /src/env
parent93233aabd9abc4241100574d229055993f40ce0e (diff)
downloadwebui-vue-eb74e9929377315f0b5998f72ceb0722e84bf0f6.tar.xz
rm resource managment
Diffstat (limited to 'src/env')
-rw-r--r--src/env/components/AppNavigation/sila.js22
-rw-r--r--src/env/router/sila.js4
2 files changed, 13 insertions, 13 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',
+ // },
+ // ],
+ // },
],
};
},
diff --git a/src/env/router/sila.js b/src/env/router/sila.js
index 7da0ee96..28a75029 100644
--- a/src/env/router/sila.js
+++ b/src/env/router/sila.js
@@ -288,7 +288,7 @@ const routes = [
title: i18n.t('appPageTitle.transfer'),
},
},
- {
+ /*{
path: '/resource-management/power',
name: 'power',
component: Power,
@@ -296,7 +296,7 @@ const routes = [
title: i18n.t('appPageTitle.power'),
},
},
- /*{
+ {
path: '/operations/factory-reset',
name: 'factory-reset',
component: FactoryReset,