mirror of https://github.com/linkerd/linkerd2.git
Clear table on new top start (#1687)
Closes #1683 Signed-off-by: Mathis Wiehl <mathis.wiehl@sinnerschrader.com>
This commit is contained in:
parent
8ab9b4981b
commit
30e6930a37
|
@ -292,6 +292,9 @@ class TopModule extends React.Component {
|
|||
}
|
||||
|
||||
startTapStreaming() {
|
||||
this.tapResultsById = {};
|
||||
this.topEventIndex = {};
|
||||
|
||||
let protocol = window.location.protocol === "https:" ? "wss" : "ws";
|
||||
let tapWebSocket = `${protocol}://${window.location.host}${this.props.pathPrefix}/api/tap`;
|
||||
|
||||
|
|
Loading…
Reference in New Issue