From 587d6639896bd21869ff53ec3fcf96ae7228771f Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Tue, 12 Jul 2022 15:38:03 +0300 Subject: move security&access to end only for _sila --- .../_sila/AppNavigation/AppNavigationMixin.js | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/_sila/AppNavigation/AppNavigationMixin.js b/src/components/_sila/AppNavigation/AppNavigationMixin.js index bbbbb1ee..b2464224 100644 --- a/src/components/_sila/AppNavigation/AppNavigationMixin.js +++ b/src/components/_sila/AppNavigation/AppNavigationMixin.js @@ -130,6 +130,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', + }, + ], + }, { id: 'security-and-access', label: this.$t('appNavigation.securityAndAccess'), @@ -162,18 +174,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', - }, - ], - }, ], }; }, -- cgit v1.2.3