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

View File

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