fix: omit resources prop from metricPlot, use series for legend instead

This commit is contained in:
Christoph Kluge
2024-08-23 16:59:45 +02:00
parent 9fe7cdca92
commit d34e0d9348
5 changed files with 3 additions and 15 deletions

View File

@@ -206,7 +206,6 @@
metric={item.data.name}
cluster={clusters.find((c) => c.name == cluster)}
subCluster={item.subCluster}
resources={[{ hostname: item.host }]}
forNode={true}
/>
{:else if item.disabled === true && item.data}