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

@@ -189,7 +189,6 @@
{:else}
<PlotGrid
let:item
let:width
renderFor="node"
itemsPerRow={ccconfig.plot_view_plotsPerRow}
items={$nodeMetricsData.data.nodeMetrics[0].metrics
@@ -209,7 +208,6 @@
</h4>
{#if item.disabled === false && item.metric}
<MetricPlot
{width}
height={300}
metric={item.name}
timestep={item.metric.timestep}