From 22b1d4d276a77d362b69c6c8a35aa2e0f803b5e0 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Fri, 23 Jan 2026 15:25:00 +0100 Subject: [PATCH] review public dashboard layout --- web/frontend/src/DashPublic.root.svelte | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/web/frontend/src/DashPublic.root.svelte b/web/frontend/src/DashPublic.root.svelte index 220e3403..91f4664c 100644 --- a/web/frontend/src/DashPublic.root.svelte +++ b/web/frontend/src/DashPublic.root.svelte @@ -510,7 +510,7 @@ - +
@@ -529,6 +529,7 @@ timestep={$statusQuery?.data?.clusterMetrics[0]?.timestep || 60} numNodes={$statusQuery?.data?.clusterMetrics?.nodeCount || 0} metricData={$statusQuery?.data?.clusterMetrics?.metrics || []} + height={250} publicMode /> {/key} @@ -549,14 +550,14 @@ nodesData={transformNodesStatsToInfo($statusQuery?.data?.nodeMetrics)} fixTitle="Node Utilization" yMinimum={1.0} - height={330} + height={280} /> {/key} - + {#if refinedStateData.length > 0} @@ -613,7 +614,7 @@ {#key $statesTimed?.data?.nodeStatesTimed}