From 9d8e5a7ef45989209f26a7e93ee03cbf7ea4c599 Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Tue, 12 Jul 2022 15:33:10 +0300 Subject: Revert "move security&access to end" This reverts commit 9778e2196fceff98b30d922fef1cd5afc4af2f31. --- src/components/AppNavigation/AppNavigationMixin.js | 24 +++++++++++----------- .../_ibs/AppNavigation/AppNavigationMixin.js | 24 +++++++++++----------- .../_sila/AppNavigation/AppNavigationMixin.js | 24 +++++++++++----------- src/env/components/AppNavigation/ibs.js | 24 +++++++++++----------- src/env/components/AppNavigation/sila.js | 24 +++++++++++----------- 5 files changed, 60 insertions(+), 60 deletions(-) diff --git a/src/components/AppNavigation/AppNavigationMixin.js b/src/components/AppNavigation/AppNavigationMixin.js index b2464224..bbbbb1ee 100644 --- a/src/components/AppNavigation/AppNavigationMixin.js +++ b/src/components/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', + }, + ], + }, ], }; }, diff --git a/src/components/_ibs/AppNavigation/AppNavigationMixin.js b/src/components/_ibs/AppNavigation/AppNavigationMixin.js index b2464224..bbbbb1ee 100644 --- a/src/components/_ibs/AppNavigation/AppNavigationMixin.js +++ b/src/components/_ibs/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', + }, + ], + }, ], }; }, 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', + }, + ], + }, ], }; }, diff --git a/src/env/components/AppNavigation/ibs.js b/src/env/components/AppNavigation/ibs.js index b2464224..bbbbb1ee 100644 --- a/src/env/components/AppNavigation/ibs.js +++ b/src/env/components/AppNavigation/ibs.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', + }, + ], + }, ], }; }, diff --git a/src/env/components/AppNavigation/sila.js b/src/env/components/AppNavigation/sila.js index aec66899..72008186 100644 --- a/src/env/components/AppNavigation/sila.js +++ b/src/env/components/AppNavigation/sila.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'), @@ -175,6 +163,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