From 44d8254a0bbbe195ba3321b219a5ad51848aa3a4 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Tue, 12 Aug 2025 17:57:04 +0200 Subject: [PATCH] fix layouting --- web/frontend/src/status/UsageDash.svelte | 30 ++++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/web/frontend/src/status/UsageDash.svelte b/web/frontend/src/status/UsageDash.svelte index 0de7da2..5afde37 100644 --- a/web/frontend/src/status/UsageDash.svelte +++ b/web/frontend/src/status/UsageDash.svelte @@ -198,7 +198,7 @@ {:else if $topJobsQuery.data && $nodeStatusQuery.data} - + - +

Top Users: Jobs @@ -228,7 +228,7 @@ />

- + @@ -256,7 +256,7 @@
- +

Top Projects: Jobs

@@ -271,7 +271,7 @@ entities={$topJobsQuery.data.topProjects.map((tp) => scrambleNames ? scramble(tp.id) : tp.id)} /> - + @@ -303,7 +303,7 @@ {:else if $topNodesQuery.data && $nodeStatusQuery.data} - + - +

Top Users: Nodes @@ -331,7 +331,7 @@ />

- +
@@ -359,7 +359,7 @@
- +

Top Projects: Nodes

@@ -374,7 +374,7 @@ entities={$topNodesQuery.data.topProjects.map((tp) => scrambleNames ? scramble(tp.id) : tp.id)} /> - + @@ -406,7 +406,7 @@ {:else if $topAccsQuery.data && $nodeStatusQuery.data} - + - +

Top Users: GPUs @@ -434,7 +434,7 @@ />

- +
@@ -462,7 +462,7 @@
- +

Top Projects: GPUs

@@ -477,7 +477,7 @@ entities={$topAccsQuery.data.topProjects.map((tp) => scrambleNames ? scramble(tp.id) : tp.id)} /> - +