summaryrefslogtreecommitdiff
path: root/src/views/HardwareStatus/Inventory
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-05-24 09:43:34 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-05-24 09:43:34 +0300
commit6facd12596ec8b55bab4be04b473de65e1f22018 (patch)
tree9e82b684a4945431b9d798e2e52293477212ec51 /src/views/HardwareStatus/Inventory
parent5c7a1dd3d6a22e02b983a01be39b654b8eaa6ad1 (diff)
downloadwebui-vue-6facd12596ec8b55bab4be04b473de65e1f22018.tar.xz
Add depend: highcarts. Pages: power, analytical motherboard, memory, fans, event logs, Fix styles, add global components.
Diffstat (limited to 'src/views/HardwareStatus/Inventory')
-rw-r--r--src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue20
1 files changed, 17 insertions, 3 deletions
diff --git a/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue b/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue
index 7d5dd700..49281e14 100644
--- a/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue
+++ b/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue
@@ -207,6 +207,20 @@ export default {
sortable: false,
},
],
+ processors: [
+ {
+ id: 'Процессор №1',
+ health: 'v3.1.5',
+ locationNumber: '2.4',
+ identifyLed: '4',
+ },
+ {
+ id: 'Процессор №1',
+ health: 'v3.1.5',
+ locationNumber: '2.4',
+ identifyLed: '4',
+ },
+ ],
searchFilter: searchFilter,
searchTotalFilteredRows: 0,
expandRowLabel: expandRowLabel,
@@ -218,9 +232,9 @@ export default {
? this.searchTotalFilteredRows
: this.processors.length;
},
- processors() {
- return this.$store.getters['processors/processors'];
- },
+ // processors() {
+ // return this.$store.getters['processors/processors'];
+ // },
},
created() {
this.$store.dispatch('processors/getProcessorsInfo').finally(() => {