From 9778e2196fceff98b30d922fef1cd5afc4af2f31 Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Tue, 12 Jul 2022 12:16:20 +0300 Subject: move security&access to end --- src/env/components/AppNavigation/sila.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/env/components/AppNavigation/sila.js') diff --git a/src/env/components/AppNavigation/sila.js b/src/env/components/AppNavigation/sila.js index 72008186..aec66899 100644 --- a/src/env/components/AppNavigation/sila.js +++ b/src/env/components/AppNavigation/sila.js @@ -131,6 +131,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'), @@ -163,18 +175,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