summaryrefslogtreecommitdiff
path: root/src/env/components/AppNavigation/sila.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/env/components/AppNavigation/sila.js')
-rw-r--r--src/env/components/AppNavigation/sila.js17
1 files changed, 5 insertions, 12 deletions
diff --git a/src/env/components/AppNavigation/sila.js b/src/env/components/AppNavigation/sila.js
index a089cf55..0390c42b 100644
--- a/src/env/components/AppNavigation/sila.js
+++ b/src/env/components/AppNavigation/sila.js
@@ -27,6 +27,11 @@ const AppNavigationMixin = {
icon: 'iconOverview',
children: [
{
+ id: 'overview',
+ label: this.$t('appNavigation.overview'),
+ route: '/',
+ },
+ {
id: 'inventory',
label: this.$t('appNavigation.inventory'),
route: '/hardware-inventory',
@@ -44,18 +49,6 @@ const AppNavigationMixin = {
],
},
{
- id: 'bmc',
- label: this.$t('appNavigation.bmc'),
- icon: 'iconLogs',
- children: [
- {
- id: 'bmc-configuration',
- label: this.$t('appNavigation.bmcTitle'),
- route: '/bmc/configuration',
- },
- ],
- },
- {
id: 'logs',
label: this.$t('appNavigation.logs'),
icon: 'iconLogs',