summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-09-09 12:34:58 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-09-09 12:34:58 +0300
commit7f2f70c478df7138b39c96c7412795b19ce74485 (patch)
treeaf07c9e451984578b9256c08b7d8bcfb65948740
parentb1e69d3cdfbd682c8eaab1246f62be5bfe1a07e9 (diff)
downloadwebui-vue-7f2f70c478df7138b39c96c7412795b19ce74485.tar.xz
SILABMC-308: rm load logs by ws
-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');
}
};
};