summaryrefslogtreecommitdiff
path: root/src/store
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-09-15 14:09:23 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-09-15 14:09:23 +0300
commit8a20e665fe0242d8fe075766a7fcfb46b820d12b (patch)
treea772856b3d424d4e203dcd78a46ba815a552027c /src/store
parentd08bfa65034c5418e892ee9d72e4edeb9829626b (diff)
parent8919552feaa01066d3df455f0420a5b62ad15b35 (diff)
downloadwebui-vue-8a20e665fe0242d8fe075766a7fcfb46b820d12b.tar.xz
Merge branch 'sila' into sila-smnp
Diffstat (limited to 'src/store')
-rw-r--r--src/store/plugins/WebSocketPlugin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/plugins/WebSocketPlugin.js b/src/store/plugins/WebSocketPlugin.js
index 29a98c20..a635bf34 100644
--- a/src/store/plugins/WebSocketPlugin.js
+++ b/src/store/plugins/WebSocketPlugin.js
@@ -42,7 +42,7 @@ const WebSocketPlugin = (store) => {
store.dispatch('global/changeServerStatus', CurrentHostState);
}
} else if (path === '/xyz/openbmc_project/logging') {
- store.dispatch('eventLog/getEventLogData');
+ // store.dispatch('eventLog/getEventLogData');
}
};
};