From 83b1f3104e0564ca40bdeaf08f7f728e423e7f85 Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Mon, 4 Jul 2022 18:31:58 +0300 Subject: add other tabs --- src/components/AppNavigation/AppNavigationMixin.js | 102 ++++++++++----------- 1 file changed, 51 insertions(+), 51 deletions(-) (limited to 'src/components/AppNavigation/AppNavigationMixin.js') diff --git a/src/components/AppNavigation/AppNavigationMixin.js b/src/components/AppNavigation/AppNavigationMixin.js index fc34b3af5..36d9217b8 100644 --- a/src/components/AppNavigation/AppNavigationMixin.js +++ b/src/components/AppNavigation/AppNavigationMixin.js @@ -95,40 +95,40 @@ export const AppNavigationMixin = { // }, // ], // }, - // { - // id: 'power', - // label: this.$t('appNavigation.powerSupplies'), - // icon: 'iconChevronUp', - // children: [ - // { - // id: 'power-specification', - // label: this.$t('appNavigation.specification'), - // route: '/power-specification', - // }, - // { - // id: 'power-dynamic-info', - // label: this.$t('appNavigation.analyticalPanel'), - // route: '/power-dynamic-info', - // }, - // ], - // }, - // { - // id: 'memory', - // label: this.$t('appNavigation.memoryModules'), - // icon: 'iconChevronUp', - // children: [ - // { - // id: 'memory-specification', - // label: this.$t('appNavigation.specification'), - // route: '/memory-specification', - // }, - // { - // id: 'memory-dynamic-info', - // label: this.$t('appNavigation.analyticalPanel'), - // route: '/memory-dynamic-info', - // }, - // ], - // }, + { + id: 'power', + label: this.$t('appNavigation.powerSupplies'), + icon: 'iconChevronUp', + children: [ + { + id: 'power-specification', + label: this.$t('appNavigation.specification'), + route: '/power-specification', + }, + { + id: 'power-dynamic-info', + label: this.$t('appNavigation.analyticalPanel'), + route: '/power-dynamic-info', + }, + ], + }, + { + id: 'memory', + label: this.$t('appNavigation.memoryModules'), + icon: 'iconChevronUp', + children: [ + { + id: 'memory-specification', + label: this.$t('appNavigation.specification'), + route: '/memory-specification', + }, + { + id: 'memory-dynamic-info', + label: this.$t('appNavigation.analyticalPanel'), + route: '/memory-dynamic-info', + }, + ], + }, { id: 'fans', label: this.$t('appNavigation.fans'), @@ -168,23 +168,23 @@ export const AppNavigationMixin = { // label: this.$t('appNavigation.virtualDrivers'), // route: '/virtual-drivers', // }, - // { - // id: 'motherboard', - // label: this.$t('appNavigation.motherboard'), - // icon: 'iconChevronUp', - // children: [ - // { - // id: 'motherboard-specification', - // label: this.$t('appNavigation.specification'), - // route: '/motherboard-specification', - // }, - // { - // id: 'motherboard-dynamic-info', - // label: this.$t('appNavigation.analyticalPanel'), - // route: '/motherboard-dynamic-info', - // }, - // ], - // }, + { + id: 'motherboard', + label: this.$t('appNavigation.motherboard'), + icon: 'iconChevronUp', + children: [ + { + id: 'motherboard-specification', + label: this.$t('appNavigation.specification'), + route: '/motherboard-specification', + }, + { + id: 'motherboard-dynamic-info', + label: this.$t('appNavigation.analyticalPanel'), + route: '/motherboard-dynamic-info', + }, + ], + }, // { // id: 'network-adapters', // label: this.$t('appNavigation.networkAdapters'), -- cgit v1.2.3