summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: [