summaryrefslogtreecommitdiff
path: root/src/components/AppNavigation/AppNavigationMixin.js
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-07-04 12:02:52 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-07-04 12:02:52 +0300
commit03080e30d351494fbedef1b1c616bddb6bfe13cc (patch)
tree352f769075b6f4668d4106d0f6acc7c05a773ae5 /src/components/AppNavigation/AppNavigationMixin.js
parent17c1d8bdaf236f1209b7283bbf75a4c062c7a6ad (diff)
parentc8d25fd2b9ecb1395fa086a727d238489d568908 (diff)
downloadwebui-vue-03080e30d351494fbedef1b1c616bddb6bfe13cc.tar.xz
Merge branch 'template-bugs' into sila-dev
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'),