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/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 bbbbb1ee..b2464224 100644 --- a/src/components/AppNavigation/AppNavigationMixin.js +++ b/src/components/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', - }, - ], - }, ], }; }, diff --git a/src/components/_ibs/AppNavigation/AppNavigationMixin.js b/src/components/_ibs/AppNavigation/AppNavigationMixin.js index bbbbb1ee..b2464224 100644 --- a/src/components/_ibs/AppNavigation/AppNavigationMixin.js +++ b/src/components/_ibs/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', - }, - ], - }, ], }; }, 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', - }, - ], - }, ], }; }, diff --git a/src/env/components/AppNavigation/ibs.js b/src/env/components/AppNavigation/ibs.js index bbbbb1ee..b2464224 100644 --- a/src/env/components/AppNavigation/ibs.js +++ b/src/env/components/AppNavigation/ibs.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', - }, - ], - }, ], }; }, 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