summaryrefslogtreecommitdiff
path: root/src/env/components
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-07-19 18:39:57 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-07-19 18:44:00 +0300
commit61657800f556ebbb1e6041d5d85a99368b73ff3b (patch)
tree618aec32ac4c3b3c0485d195bd87c83633047f06 /src/env/components
parentf8fcf3957a749b349a33bae2691bca2883a981c3 (diff)
downloadwebui-vue-61657800f556ebbb1e6041d5d85a99368b73ff3b.tar.xz
SILABMC-52 Add page Fans Static, Fans Store, tab Fans
Diffstat (limited to 'src/env/components')
-rw-r--r--src/env/components/AppNavigation/sila.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/env/components/AppNavigation/sila.js b/src/env/components/AppNavigation/sila.js
index bf7f0748..251ddf96 100644
--- a/src/env/components/AppNavigation/sila.js
+++ b/src/env/components/AppNavigation/sila.js
@@ -78,6 +78,17 @@ const AppNavigationMixin = {
],
},
{
+ id: 'fans',
+ label: this.$t('appNavigation.fans'),
+ children: [
+ {
+ id: 'fans/static',
+ label: this.$t('appNavigation.staticInfo'),
+ route: '/fans/static',
+ },
+ ],
+ },
+ {
id: 'operations',
label: this.$t('appNavigation.operations'),
icon: 'iconControl',