summaryrefslogtreecommitdiff
path: root/src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/HardwareStatus/Inventory/InventoryTableProcessors.vue')
-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(() => {