diff --git a/web/frontend/src/Job.root.svelte b/web/frontend/src/Job.root.svelte index 1be505e..be4766e 100644 --- a/web/frontend/src/Job.root.svelte +++ b/web/frontend/src/Job.root.svelte @@ -419,6 +419,7 @@ {#if $jobMetrics?.data?.jobMetrics} diff --git a/web/frontend/src/job/StatsTable.svelte b/web/frontend/src/job/StatsTable.svelte index a71f60f..7d44f4e 100644 --- a/web/frontend/src/job/StatsTable.svelte +++ b/web/frontend/src/job/StatsTable.svelte @@ -11,6 +11,7 @@ import { Button, Table, + Input, InputGroup, InputGroupText, Icon, @@ -86,6 +87,7 @@ + {#each selectedMetrics as metric} + {/each} + {#each selectedMetrics as metric}
{metric} - {#each scopesForMetric(metric, jobMetrics) as scope} {/each} - +
Node