summaryrefslogtreecommitdiff
path: root/src/components/AppNavigation/AppNavigationMixin.js
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-07-04 18:31:58 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-07-04 18:31:58 +0300
commit83b1f3104e0564ca40bdeaf08f7f728e423e7f85 (patch)
tree77169f2a7747b49946387bc8cfe14fa4390c16a3 /src/components/AppNavigation/AppNavigationMixin.js
parent62460aec15fd7bd4086810b74f8efddeb4a4cf7a (diff)
downloadwebui-vue-83b1f3104e0564ca40bdeaf08f7f728e423e7f85.tar.xz
add other tabs
Diffstat (limited to 'src/components/AppNavigation/AppNavigationMixin.js')
-rw-r--r--src/components/AppNavigation/AppNavigationMixin.js102
1 files changed, 51 insertions, 51 deletions
diff --git a/src/components/AppNavigation/AppNavigationMixin.js b/src/components/AppNavigation/AppNavigationMixin.js
index fc34b3af..36d9217b 100644
--- a/src/components/AppNavigation/AppNavigationMixin.js
+++ b/src/components/AppNavigation/AppNavigationMixin.js
@@ -95,40 +95,40 @@ export const AppNavigationMixin = {
// },
// ],
// },
- // {
- // id: 'power',
- // label: this.$t('appNavigation.powerSupplies'),
- // icon: 'iconChevronUp',
- // children: [
- // {
- // id: 'power-specification',
- // label: this.$t('appNavigation.specification'),
- // route: '/power-specification',
- // },
- // {
- // id: 'power-dynamic-info',
- // label: this.$t('appNavigation.analyticalPanel'),
- // route: '/power-dynamic-info',
- // },
- // ],
- // },
- // {
- // id: 'memory',
- // label: this.$t('appNavigation.memoryModules'),
- // icon: 'iconChevronUp',
- // children: [
- // {
- // id: 'memory-specification',
- // label: this.$t('appNavigation.specification'),
- // route: '/memory-specification',
- // },
- // {
- // id: 'memory-dynamic-info',
- // label: this.$t('appNavigation.analyticalPanel'),
- // route: '/memory-dynamic-info',
- // },
- // ],
- // },
+ {
+ id: 'power',
+ label: this.$t('appNavigation.powerSupplies'),
+ icon: 'iconChevronUp',
+ children: [
+ {
+ id: 'power-specification',
+ label: this.$t('appNavigation.specification'),
+ route: '/power-specification',
+ },
+ {
+ id: 'power-dynamic-info',
+ label: this.$t('appNavigation.analyticalPanel'),
+ route: '/power-dynamic-info',
+ },
+ ],
+ },
+ {
+ id: 'memory',
+ label: this.$t('appNavigation.memoryModules'),
+ icon: 'iconChevronUp',
+ children: [
+ {
+ id: 'memory-specification',
+ label: this.$t('appNavigation.specification'),
+ route: '/memory-specification',
+ },
+ {
+ id: 'memory-dynamic-info',
+ label: this.$t('appNavigation.analyticalPanel'),
+ route: '/memory-dynamic-info',
+ },
+ ],
+ },
{
id: 'fans',
label: this.$t('appNavigation.fans'),
@@ -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: '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'),