From 381cc079a34a56d3b6f1bd78e52086d94814df80 Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Fri, 22 Jul 2022 12:16:07 +0300 Subject: add motherboard6 fix others --- src/store/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/store/index.js') diff --git a/src/store/index.js b/src/store/index.js index 11183e00..fa857b3a 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -20,6 +20,7 @@ import SystemStore from './modules/HardwareStatus/SystemStore'; import PowerSupplyStore from './modules/HardwareStatus/PowerSupplyStore'; import MemoryStore from './modules/HardwareStatus/MemoryStore'; import FanStore from './modules/_sila/HardwareStatus/FanStore'; +import MotherboardStore from './modules/_sila/HardwareStatus/MotherboardStore'; import ChassisStore from './modules/HardwareStatus/ChassisStore'; import BmcStore from './modules/HardwareStatus/BmcStore'; import ProcessorStore from './modules/HardwareStatus/ProcessorStore'; @@ -60,6 +61,7 @@ export default new Vuex.Store({ system: SystemStore, memory: MemoryStore, fan: FanStore, + motherboard: MotherboardStore, chassis: ChassisStore, bmc: BmcStore, processors: ProcessorStore, -- cgit v1.2.3