summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-08-30 13:48:04 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-08-30 13:48:04 +0300
commitca42de2952b667cc6e63baca61336c0a4ac0d418 (patch)
tree71f8a57647eaea83b303aa5b97afdcd248067c39
parenta7830e9bfb3e0d3988765301f84945328dc51434 (diff)
downloadwebui-vue-sila-ws-debug.tar.xz
-rw-r--r--src/store/plugins/WebSocketPlugin.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/store/plugins/WebSocketPlugin.js b/src/store/plugins/WebSocketPlugin.js
index afad6718..31b54846 100644
--- a/src/store/plugins/WebSocketPlugin.js
+++ b/src/store/plugins/WebSocketPlugin.js
@@ -9,13 +9,7 @@
*/
const WebSocketPlugin = (store) => {
let ws;
- const data = {
- paths: ['/xyz/openbmc_project/state/host0', '/xyz/openbmc_project/logging'],
- interfaces: [
- 'xyz.openbmc_project.State.Host',
- 'xyz.openbmc_project.Logging.Entry',
- ],
- };
+ const data = {};
const initWebSocket = () => {
const socketDisabled =