mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-09-12 19:53:00 +02:00
fix: add missing kes to node overview, solves load to empty overview
This commit is contained in:
@@ -124,6 +124,7 @@
|
|||||||
{:else if filteredData?.length > 0}
|
{:else if filteredData?.length > 0}
|
||||||
<!-- PlotGrid flattened into this component -->
|
<!-- PlotGrid flattened into this component -->
|
||||||
<Row cols={{ xs: 1, sm: 2, md: 3, lg: ccconfig.plot_view_plotsPerRow}}>
|
<Row cols={{ xs: 1, sm: 2, md: 3, lg: ccconfig.plot_view_plotsPerRow}}>
|
||||||
|
{#key filteredData}
|
||||||
{#each filteredData as item (item.host)}
|
{#each filteredData as item (item.host)}
|
||||||
<Col class="px-1">
|
<Col class="px-1">
|
||||||
<h4 style="width: 100%; text-align: center;">
|
<h4 style="width: 100%; text-align: center;">
|
||||||
@@ -142,7 +143,6 @@
|
|||||||
{:else}
|
{:else}
|
||||||
<!-- "No Data"-Warning included in MetricPlot-Component -->
|
<!-- "No Data"-Warning included in MetricPlot-Component -->
|
||||||
<!-- #key: X-axis keeps last selected timerange otherwise -->
|
<!-- #key: X-axis keeps last selected timerange otherwise -->
|
||||||
{#key item.data[0].metric.series[0].data.length}
|
|
||||||
<MetricPlot
|
<MetricPlot
|
||||||
timestep={item.data[0].metric.timestep}
|
timestep={item.data[0].metric.timestep}
|
||||||
series={item.data[0].metric.series}
|
series={item.data[0].metric.series}
|
||||||
@@ -151,9 +151,9 @@
|
|||||||
subCluster={item.subCluster}
|
subCluster={item.subCluster}
|
||||||
forNode
|
forNode
|
||||||
/>
|
/>
|
||||||
{/key}
|
|
||||||
{/if}
|
{/if}
|
||||||
</Col>
|
</Col>
|
||||||
{/each}
|
{/each}
|
||||||
|
{/key}
|
||||||
</Row>
|
</Row>
|
||||||
{/if}
|
{/if}
|
Reference in New Issue
Block a user