fix: add additionally loaded scopes to statsTable again

This commit is contained in:
Christoph Kluge
2024-08-23 13:26:56 +02:00
parent 01845a0cb7
commit 95fe369648
3 changed files with 18 additions and 1 deletions

View File

@@ -348,6 +348,7 @@
{#if item.data}
<Metric
bind:this={plots[item.metric]}
on:more-loaded={({ detail }) => statsTable.moreLoaded(detail)}
job={$initq.data.job}
metricName={item.metric}
metricUnit={$initq.data.globalMetrics.find((gm) => gm.name == item.metric)?.unit}