summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-07-07 18:37:45 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-07-07 18:37:45 +0300
commitff057d62b8ae347c0c937bf9388f03dcf42164da (patch)
treea9ce51c0664723fde6d1a5f16ec306270920a17b /src/components
parentc568c0558ac417fa6348840b20560dd4675c573e (diff)
downloadwebui-vue-ff057d62b8ae347c0c937bf9388f03dcf42164da.tar.xz
upd logic
Diffstat (limited to 'src/components')
-rw-r--r--src/components/AppNavigation/AppNavigationMixin.js8
-rw-r--r--src/components/Global/SilaComponents/Tables/AccessoryTableWithLabel.vue3
2 files changed, 4 insertions, 7 deletions
diff --git a/src/components/AppNavigation/AppNavigationMixin.js b/src/components/AppNavigation/AppNavigationMixin.js
index d4c2f23d..5ee8c102 100644
--- a/src/components/AppNavigation/AppNavigationMixin.js
+++ b/src/components/AppNavigation/AppNavigationMixin.js
@@ -112,23 +112,23 @@ export const AppNavigationMixin = {
},
],
},*/
- /*{
+ {
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'),
diff --git a/src/components/Global/SilaComponents/Tables/AccessoryTableWithLabel.vue b/src/components/Global/SilaComponents/Tables/AccessoryTableWithLabel.vue
index d7487e48..4974750a 100644
--- a/src/components/Global/SilaComponents/Tables/AccessoryTableWithLabel.vue
+++ b/src/components/Global/SilaComponents/Tables/AccessoryTableWithLabel.vue
@@ -18,9 +18,6 @@
{{ value }}
</span>
</template>
- <template #cell(currentValue)="data">
- {{ data.value }} {{ data.item.units }}
- </template>
<template #cell(minDate)="{ value }">
<span class="regular-12px">
{{ value.time }}