summaryrefslogtreecommitdiff
path: root/src/components/AppNavigation/AppNavigationMixin.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AppNavigation/AppNavigationMixin.js')
-rw-r--r--src/components/AppNavigation/AppNavigationMixin.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/AppNavigation/AppNavigationMixin.js b/src/components/AppNavigation/AppNavigationMixin.js
index f420ab56..f3a6b6b9 100644
--- a/src/components/AppNavigation/AppNavigationMixin.js
+++ b/src/components/AppNavigation/AppNavigationMixin.js
@@ -168,23 +168,23 @@ export const AppNavigationMixin = {
// label: this.$t('appNavigation.virtualDrivers'),
// route: '/virtual-drivers',
// },
- /*{
+ {
id: 'motherboard',
label: this.$t('appNavigation.motherboard'),
icon: 'iconChevronUp',
children: [
- {
+ /*{
id: 'motherboard-specification',
label: this.$t('appNavigation.specification'),
route: '/motherboard-specification',
- },
+ },*/
{
id: 'motherboard-dynamic-info',
label: this.$t('appNavigation.analyticalPanel'),
route: '/motherboard-dynamic-info',
},
],
- },*/
+ },
// {
// id: 'network-adapters',
// label: this.$t('appNavigation.networkAdapters'),