1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-07-27 14:46:08 +02:00

fix: fix nodelist filter result displaying wrong information

- missing svelte iteration key added
This commit is contained in:
Christoph Kluge
2025-04-07 17:03:23 +02:00
parent cf051d5108
commit 02946cf0b4

@@ -205,7 +205,7 @@
</Col> </Col>
</Row> </Row>
{:else} {:else}
{#each nodes as nodeData} {#each nodes as nodeData (nodeData.host)}
<NodeListRow {nodeData} {cluster} {selectedMetrics}/> <NodeListRow {nodeData} {cluster} {selectedMetrics}/>
{:else} {:else}
<tr> <tr>