From ff057d62b8ae347c0c937bf9388f03dcf42164da Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Thu, 7 Jul 2022 18:37:45 +0300 Subject: upd logic --- src/components/AppNavigation/AppNavigationMixin.js | 8 +-- .../Tables/AccessoryTableWithLabel.vue | 3 -- src/store/modules/HardwareStatus/SensorsStore.js | 45 +++++++++++++++- .../Fans/DynamicInformation/IndicatorsTable.vue | 12 ++++- .../DynamicInfo/MemoryDynamicPage.vue | 20 +++++++ src/views/MemoryModules/DynamicInfo/helpers.js | 63 ++-------------------- src/views/Motherboard/DynamicInfo/helpers.js | 4 +- 7 files changed, 83 insertions(+), 72 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 }} - +