remove width tags from slot defs

This commit is contained in:
Christoph Kluge
2024-10-08 15:26:09 +02:00
parent 89ec749172
commit f616c7e1c6
3 changed files with 0 additions and 6 deletions

View File

@@ -351,7 +351,6 @@
{:else if $initq?.data && $jobMetrics?.data?.jobMetrics}
<PlotGrid
let:item
let:width
renderFor="job"
items={orderAndMap(
groupByScope($jobMetrics.data.jobMetrics),
@@ -369,7 +368,6 @@
nativeScope={$initq.data.globalMetrics.find((gm) => gm.name == item.metric)?.scope}
rawData={item.data.map((x) => x.metric)}
scopes={item.data.map((x) => x.scope)}
{width}
isShared={$initq.data.job.exclusive != 1}
/>
{:else}