From fc260b2291b874307d6869a430387c60851d6510 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Thu, 28 Mar 2024 17:26:31 +0100 Subject: [PATCH] fix number of cols to prevent uplot overflow -relates to Broken layout in status view for roofline plot #225 --- web/frontend/src/Status.root.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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}