final fix render race condition if metrics change in nodeList

This commit is contained in:
Christoph Kluge
2025-12-19 15:10:15 +01:00
parent c58b01a602
commit 7a0975b94d
3 changed files with 32 additions and 12 deletions

View File

@@ -128,6 +128,24 @@
}
return pendingExtendedLegendData;
}
/* Inspect */
// $inspect(selectedMetrics).with((type, selectedMetrics) => {
// console.log(type, 'selectedMetrics', selectedMetrics)
// });
// $inspect(nodeData).with((type, nodeData) => {
// console.log(type, 'nodeData', nodeData)
// });
// $inspect(refinedData).with((type, refinedData) => {
// console.log(type, 'refinedData', refinedData)
// });
// $inspect(dataHealth).with((type, dataHealth) => {
// console.log(type, 'dataHealth', dataHealth)
// });
</script>
<tr>