summaryrefslogtreecommitdiff
path: root/src/components/_sila/AppNavigation
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-07-12 15:42:00 +0300
committerAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-07-12 15:42:00 +0300
commit4023ae49ebf62a387eff671601589896b1866050 (patch)
tree02fb24ee79bc558eebc374aa77c6aed7964a69d2 /src/components/_sila/AppNavigation
parent587d6639896bd21869ff53ec3fcf96ae7228771f (diff)
downloadwebui-vue-4023ae49ebf62a387eff671601589896b1866050.tar.xz
Revert "move security&access to end only for _sila"
Diffstat (limited to 'src/components/_sila/AppNavigation')
-rw-r--r--src/components/_sila/AppNavigation/AppNavigationMixin.js24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/components/_sila/AppNavigation/AppNavigationMixin.js b/src/components/_sila/AppNavigation/AppNavigationMixin.js
index b2464224..bbbbb1ee 100644
--- a/src/components/_sila/AppNavigation/AppNavigationMixin.js
+++ b/src/components/_sila/AppNavigation/AppNavigationMixin.js
@@ -131,18 +131,6 @@ const AppNavigationMixin = {
],
},
{
- id: 'resource-management',
- label: this.$t('appNavigation.resourceManagement'),
- icon: 'iconResourceManagement',
- children: [
- {
- id: 'power',
- label: this.$t('appNavigation.power'),
- route: '/resource-management/power',
- },
- ],
- },
- {
id: 'security-and-access',
label: this.$t('appNavigation.securityAndAccess'),
icon: 'iconSecurityAndAccess',
@@ -174,6 +162,18 @@ const AppNavigationMixin = {
},
],
},
+ {
+ id: 'resource-management',
+ label: this.$t('appNavigation.resourceManagement'),
+ icon: 'iconResourceManagement',
+ children: [
+ {
+ id: 'power',
+ label: this.$t('appNavigation.power'),
+ route: '/resource-management/power',
+ },
+ ],
+ },
],
};
},