summaryrefslogtreecommitdiff
path: root/src/store/index.js
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-07-19 18:39:57 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-07-19 18:44:00 +0300
commit61657800f556ebbb1e6041d5d85a99368b73ff3b (patch)
tree618aec32ac4c3b3c0485d195bd87c83633047f06 /src/store/index.js
parentf8fcf3957a749b349a33bae2691bca2883a981c3 (diff)
downloadwebui-vue-61657800f556ebbb1e6041d5d85a99368b73ff3b.tar.xz
SILABMC-52 Add page Fans Static, Fans Store, tab Fans
Diffstat (limited to 'src/store/index.js')
-rw-r--r--src/store/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/index.js b/src/store/index.js
index ba248c58..41eba75f 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -19,7 +19,7 @@ import ServerLedStore from './modules/HardwareStatus/ServerLedStore';
import SystemStore from './modules/HardwareStatus/SystemStore';
import PowerSupplyStore from './modules/HardwareStatus/PowerSupplyStore';
import MemoryStore from './modules/HardwareStatus/MemoryStore';
-import FanStore from './modules/HardwareStatus/FanStore';
+import FanStore from './modules/_sila//HardwareStatus/FanStore';
import ChassisStore from './modules/HardwareStatus/ChassisStore';
import BmcStore from './modules/HardwareStatus/BmcStore';
import ProcessorStore from './modules/HardwareStatus/ProcessorStore';