From 0d8c6e22cb9ee56c62fe53f9aefa2a00a37fbf20 Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Tue, 30 Aug 2022 13:21:11 +0300 Subject: change getFanInfo req --- src/store/modules/HardwareStatus/FanStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/HardwareStatus/FanStore.js b/src/store/modules/HardwareStatus/FanStore.js index 69e18532..34f75acc 100644 --- a/src/store/modules/HardwareStatus/FanStore.js +++ b/src/store/modules/HardwareStatus/FanStore.js @@ -114,7 +114,7 @@ const FanStore = { }, async getFanInfo({ commit }) { return await api - .get('/redfish/v1/Chassis/chassis/Thermal') + .get('/redfish/v1/Chassis/SILA_Baseboard/Thermal') .then(({ data: { Fans = [] } }) => commit('setFanInfo', Fans)) .catch((error) => console.log(error)); }, -- cgit v1.2.3