From 4023ae49ebf62a387eff671601589896b1866050 Mon Sep 17 00:00:00 2001 From: "Andrey V.Kosteltsev" Date: Tue, 12 Jul 2022 15:42:00 +0300 Subject: Revert "move security&access to end only for _sila" --- .../_sila/AppNavigation/AppNavigationMixin.js | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/components/_sila/AppNavigation/AppNavigationMixin.js') 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 @@ -130,18 +130,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'), @@ -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', + }, + ], + }, ], }; }, -- cgit v1.2.3