summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-07-06 10:59:45 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-07-06 10:59:45 +0300
commit257b9b29b1c5ffb608b015bd780d1491de99bff6 (patch)
tree9a6fda42c529f62103156828ff6c519161842e5d /src/components
parentda090728003de7cf409d9df97b6bbbd5e672b444 (diff)
downloadwebui-vue-257b9b29b1c5ffb608b015bd780d1491de99bff6.tar.xz
add dynamic info for motherboard
Diffstat (limited to 'src/components')
-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'),