summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-08-02 12:27:47 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-08-02 12:27:47 +0300
commit81e9a4b00b362f07d587b7a497eb1dbf6870154f (patch)
treecabce1e3f576abe8fe86c41f9f1547fdf82b3895
parent85e189a56d0b46a88c17833b6f138db4de861e94 (diff)
downloadwebui-vue-81e9a4b00b362f07d587b7a497eb1dbf6870154f.tar.xz
fx processors store
-rw-r--r--src/views/_sila/Overview/Inventory/InventoryTableProcessors.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/_sila/Overview/Inventory/InventoryTableProcessors.vue b/src/views/_sila/Overview/Inventory/InventoryTableProcessors.vue
index 8052c6aa..27633495 100644
--- a/src/views/_sila/Overview/Inventory/InventoryTableProcessors.vue
+++ b/src/views/_sila/Overview/Inventory/InventoryTableProcessors.vue
@@ -222,7 +222,7 @@ export default {
: this.processors.length;
},
processors() {
- return this.$store.getters['processors/processors'];
+ return this.$store.getters['processors/cpuTemp'];
},
},
created() {