mirror of
https://github.com/zaphar/Heracles.git
synced 2025-07-23 04:29:48 -04:00
ui: Show the labels for filtering on logs
This commit is contained in:
parent
f69ea6d6fa
commit
474bfe4f1d
@ -359,6 +359,12 @@ export class GraphPlot extends HTMLElement {
|
|||||||
this.populateFilterData(labels);
|
this.populateFilterData(labels);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (subplot.Stream) {
|
||||||
|
for (const pair of subplot.Stream) {
|
||||||
|
const labels = pair[0];
|
||||||
|
this.populateFilterData(labels);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user