simplify plotGrid, add cancel to metricSelect, improve metricPlot render logic

This commit is contained in:
Christoph Kluge
2024-10-16 12:41:15 +02:00
parent 673fdc443c
commit 3dfeabcec6
13 changed files with 90 additions and 154 deletions

View File

@@ -36,7 +36,7 @@
<th
class="position-sticky top-0 text-capitalize"
scope="col"
style="padding-top: {headerPaddingTop}px"
style="padding-top: {headerPaddingTop}px;"
>
{cluster} Node Info
</th>
@@ -53,7 +53,7 @@
</tr>
</thead>
<tbody>
{#each data as nodeData (nodeData)}
{#each data as nodeData (nodeData.host)}
<NodeListRow {nodeData} {cluster} {selectedMetrics}/>
{:else}
<tr>