summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-07-28 16:37:16 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-07-28 16:37:16 +0300
commit525e628598c22385f7e3e10f61492d0b95375eea (patch)
treebac5503644c6ebdc4997c0a51a5d4338d4ab8fe8
parent829963143d0a4ac3093a81f932b5956872f10cfa (diff)
downloadwebui-vue-525e628598c22385f7e3e10f61492d0b95375eea.tar.xz
SILABMC-N205 change navigation tabs
-rw-r--r--src/env/components/AppNavigation/sila.js87
1 files changed, 44 insertions, 43 deletions
diff --git a/src/env/components/AppNavigation/sila.js b/src/env/components/AppNavigation/sila.js
index 68ff77e1..ea251dcc 100644
--- a/src/env/components/AppNavigation/sila.js
+++ b/src/env/components/AppNavigation/sila.js
@@ -34,22 +34,6 @@ const AppNavigationMixin = {
],
},
{
- id: 'logs',
- label: this.$t('appNavigation.logs'),
- children: [
- {
- id: 'event-logs',
- label: this.$t('appNavigation.eventLogs'),
- route: '/logs/event-logs',
- },
- {
- id: 'post-code-logs',
- label: this.$t('appNavigation.postCodeLogs'),
- route: '/logs/post-code-logs',
- },
- ],
- },
- {
id: 'hardware-status',
label: this.$t('appNavigation.hardwareStatus'),
children: [
@@ -61,33 +45,6 @@ const AppNavigationMixin = {
],
},
{
- id: 'fans',
- label: this.$t('appNavigation.fans'),
- children: [
- {
- id: 'fans/static',
- label: this.$t('appNavigation.staticInfo'),
- route: '/fans/static',
- },
- {
- id: 'fans/dynamic',
- label: this.$t('appNavigation.dynamicInformation'),
- route: '/fans/dynamic',
- },
- ],
- },
- {
- id: 'motherboard',
- label: this.$t('appNavigation.motherboard'),
- children: [
- {
- id: 'motherboard/dynamic',
- label: this.$t('appNavigation.dynamicInformation'),
- route: '/motherboard/dynamic',
- },
- ],
- },
- {
id: 'operations',
label: this.$t('appNavigation.operations'),
children: [
@@ -134,6 +91,50 @@ const AppNavigationMixin = {
],
},
{
+ id: 'logs',
+ label: this.$t('appNavigation.logs'),
+ children: [
+ {
+ id: 'event-logs',
+ label: this.$t('appNavigation.eventLogs'),
+ route: '/logs/event-logs',
+ },
+ {
+ id: 'post-code-logs',
+ label: this.$t('appNavigation.postCodeLogs'),
+ route: '/logs/post-code-logs',
+ },
+ ],
+ },
+
+ {
+ id: 'fans',
+ label: this.$t('appNavigation.fans'),
+ children: [
+ {
+ id: 'fans/static',
+ label: this.$t('appNavigation.staticInfo'),
+ route: '/fans/static',
+ },
+ {
+ id: 'fans/dynamic',
+ label: this.$t('appNavigation.dynamicInformation'),
+ route: '/fans/dynamic',
+ },
+ ],
+ },
+ {
+ id: 'motherboard',
+ label: this.$t('appNavigation.motherboard'),
+ children: [
+ {
+ id: 'motherboard/dynamic',
+ label: this.$t('appNavigation.dynamicInformation'),
+ route: '/motherboard/dynamic',
+ },
+ ],
+ },
+ {
id: 'memory',
label: this.$t('appNavigation.memory'),
children: [