summaryrefslogtreecommitdiff
path: root/src/env/components
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-07-28 16:35:22 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-07-28 16:35:22 +0300
commit829963143d0a4ac3093a81f932b5956872f10cfa (patch)
tree734f82d6eb98efac77799cfb14fc2dd879135d6a /src/env/components
parentfb0d2495353d2f45d5d5081155abe0ac7ca9e6c7 (diff)
downloadwebui-vue-829963143d0a4ac3093a81f932b5956872f10cfa.tar.xz
SILABMC-N206 add power supply page
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 3319368b..68ff77e1 100644
--- a/src/env/components/AppNavigation/sila.js
+++ b/src/env/components/AppNavigation/sila.js
@@ -156,6 +156,17 @@ const AppNavigationMixin = {
],
},
{
+ id: 'power-sup',
+ label: this.$t('appNavigation.powerSup'),
+ children: [
+ {
+ id: 'power/static',
+ label: this.$t('appNavigation.staticInfo'),
+ route: '/power/static',
+ },
+ ],
+ },
+ {
id: 'settings',
label: this.$t('appNavigation.settings'),
children: [