Merge branch 'master' into 71_improve_systemsview

This commit is contained in:
Christoph Kluge
2023-08-11 10:34:05 +02:00
committed by GitHub
13 changed files with 411 additions and 103 deletions

View File

@@ -144,8 +144,8 @@
series={item.data.metric.series}
metric={item.data.name}
cluster={clusters.find(c => c.name == cluster)}
subCluster={item.subCluster}
forNode={true} />
subCluster={item.subCluster}
resources={[{hostname: item.host}]}/>
{:else if item.disabled === true && item.data}
<Card style="margin-left: 2rem;margin-right: 2rem;" body color="info">Metric disabled for subcluster <code>{selectedMetric}:{item.subCluster}</code></Card>
{:else}