summaryrefslogtreecommitdiff
path: root/src/components/AppNavigation/AppNavigationMixin.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AppNavigation/AppNavigationMixin.js')
-rw-r--r--src/components/AppNavigation/AppNavigationMixin.js34
1 files changed, 17 insertions, 17 deletions
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'),