diff --git a/web/frontend/src/Status.root.svelte b/web/frontend/src/Status.root.svelte index b5ccec0..4121ead 100644 --- a/web/frontend/src/Status.root.svelte +++ b/web/frontend/src/Status.root.svelte @@ -315,7 +315,7 @@ - +

Current utilization of cluster "{cluster}"

@@ -348,7 +348,7 @@
{#if $mainQuery.error} - + {$mainQuery.error.message} @@ -361,7 +361,7 @@ {#if $initq.data && $mainQuery.data} {#each $initq.data.clusters.find((c) => c.name == cluster).subClusters as subCluster, i} - + @@ -457,7 +457,7 @@ - +

@@ -580,7 +580,7 @@
- +
{#key $mainQuery.data.stats}