summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-08-18 14:06:41 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-08-18 14:06:41 +0300
commit89ff7678de691bca3175864898de941f5e140d74 (patch)
tree635a802890ccbc72cfb202c725797565e24c7ca9
parent62dcaec52d2626b285140b0e84e13f8f30e9f30b (diff)
downloadwebui-vue-89ff7678de691bca3175864898de941f5e140d74.tar.xz
rm ws filters
-rw-r--r--src/store/plugins/WebSocketPlugin.js12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/store/plugins/WebSocketPlugin.js b/src/store/plugins/WebSocketPlugin.js
index fdf3066e..b3acdf2e 100644
--- a/src/store/plugins/WebSocketPlugin.js
+++ b/src/store/plugins/WebSocketPlugin.js
@@ -10,16 +10,8 @@
const WebSocketPlugin = (store) => {
let ws;
const data = {
- paths: [
- '/xyz/openbmc_project/state/host0',
- '/xyz/openbmc_project/logging',
- '/xyz/openbmc_project/time/bmc',
- ],
- interfaces: [
- 'xyz.openbmc_project.State.Host',
- 'xyz.openbmc_project.Logging.Entry',
- 'xyz.openbmc_project.Time.EpochTime',
- ],
+ paths: [],
+ interfaces: [],
};
const initWebSocket = () => {