From 25c5457ef3324d2e1d7b5368fcad2574faa0ba76 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Fri, 23 Jan 2026 15:14:54 +0100 Subject: [PATCH] review internal dash info card layout --- web/frontend/src/status/DashInternal.svelte | 65 +++++++++++---------- 1 file changed, 34 insertions(+), 31 deletions(-) diff --git a/web/frontend/src/status/DashInternal.svelte b/web/frontend/src/status/DashInternal.svelte index b632f77e..c42c758e 100644 --- a/web/frontend/src/status/DashInternal.svelte +++ b/web/frontend/src/status/DashInternal.svelte @@ -402,17 +402,17 @@ {[...clusterInfo?.processorTypes].join(', ')} - +
- +
- @@ -421,49 +421,52 @@ {clusterInfo?.flopRate} {clusterInfo?.flopRateUnit} -
- + - - + + + + + + - + + + + + {#if clusterInfo?.totalAccs !== 0} - + - + + + + + {/if}
{clusterInfo?.runningJobs} Running Jobs{clusterInfo?.activeUsers} Active Users{clusterInfo?.activeUsers} Active Users
Flop Rate (Any) + Memory BW Rate
+ {clusterInfo?.memBwRate} {clusterInfo?.memBwRateUnit}
{formatNumber(clusterInfo?.allocatedNodes)} Active Nodes
- - - - -
{formatNumber(clusterInfo?.idleNodes)} Idle Nodes
{formatNumber(clusterInfo?.allocatedCores)} Active Cores
- - - - -
{formatNumber(clusterInfo?.idleCores)} Idle Cores
{formatNumber(clusterInfo?.allocatedAccs)} Active Accelerators
- - - - -
{formatNumber(clusterInfo?.idleAccs)} Idle Accelerators