From d686e23f1f4d7ab873d6d8631c84564b291364fa Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Fri, 1 Jul 2022 14:46:40 +0300 Subject: add fans info --- src/components/AppNavigation/AppNavigationMixin.js | 34 +++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'src/components/AppNavigation/AppNavigationMixin.js') diff --git a/src/components/AppNavigation/AppNavigationMixin.js b/src/components/AppNavigation/AppNavigationMixin.js index 2e2c4e71..fc34b3af 100644 --- a/src/components/AppNavigation/AppNavigationMixin.js +++ b/src/components/AppNavigation/AppNavigationMixin.js @@ -129,23 +129,23 @@ export const AppNavigationMixin = { // }, // ], // }, - // { - // id: 'fans', - // label: this.$t('appNavigation.fans'), - // icon: 'iconChevronUp', - // children: [ - // { - // id: 'fans-static', - // label: this.$t('appNavigation.statisticInformation'), - // route: '/fans-static', - // }, - // { - // id: 'fans', - // label: this.$t('appNavigation.dynamicInformation'), - // route: '/fans', - // }, - // ], - // }, + { + id: 'fans', + label: this.$t('appNavigation.fans'), + icon: 'iconChevronUp', + children: [ + { + id: 'fans-static', + label: this.$t('appNavigation.statisticInformation'), + route: '/fans-static', + }, + { + id: 'fans', + label: this.$t('appNavigation.dynamicInformation'), + route: '/fans', + }, + ], + }, // { // id: 'physical-drives', // label: this.$t('appNavigation.physicalDrives'), -- cgit v1.2.3