summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-07-05 16:16:46 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-07-05 16:16:46 +0300
commitda090728003de7cf409d9df97b6bbbd5e672b444 (patch)
tree484a0aa1e242b203c9f41137fe0b4aa73313ad3b
parent5f54e6636907385ad86a0d41f95f94b88cfeeea4 (diff)
downloadwebui-vue-da090728003de7cf409d9df97b6bbbd5e672b444.tar.xz
rm mock menu
-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 36d9217b..f420ab56 100644
--- a/src/components/AppNavigation/AppNavigationMixin.js
+++ b/src/components/AppNavigation/AppNavigationMixin.js
@@ -95,7 +95,7 @@ export const AppNavigationMixin = {
// },
// ],
// },
- {
+ /*{
id: 'power',
label: this.$t('appNavigation.powerSupplies'),
icon: 'iconChevronUp',
@@ -128,7 +128,7 @@ export const AppNavigationMixin = {
route: '/memory-dynamic-info',
},
],
- },
+ },*/
{
id: 'fans',
label: this.$t('appNavigation.fans'),
@@ -168,7 +168,7 @@ export const AppNavigationMixin = {
// label: this.$t('appNavigation.virtualDrivers'),
// route: '/virtual-drivers',
// },
- {
+ /*{
id: 'motherboard',
label: this.$t('appNavigation.motherboard'),
icon: 'iconChevronUp',
@@ -184,7 +184,7 @@ export const AppNavigationMixin = {
route: '/motherboard-dynamic-info',
},
],
- },
+ },*/
// {
// id: 'network-adapters',
// label: this.$t('appNavigation.networkAdapters'),