From 10194105e3a86e45544018ecb025ad83204b800b Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Fri, 8 Aug 2025 13:50:09 +0200 Subject: [PATCH] fix color overflow, add info if no status data --- web/frontend/src/generic/plots/Pie.svelte | 42 ++++++++------------ web/frontend/src/status/DevelDash.svelte | 5 ++- web/frontend/src/status/StatusDash.svelte | 48 +---------------------- web/frontend/src/status/UsageDash.svelte | 13 +++++- 4 files changed, 32 insertions(+), 76 deletions(-) diff --git a/web/frontend/src/generic/plots/Pie.svelte b/web/frontend/src/generic/plots/Pie.svelte index a0312c4..c3345c7 100644 --- a/web/frontend/src/generic/plots/Pie.svelte +++ b/web/frontend/src/generic/plots/Pie.svelte @@ -14,7 +14,22 @@ --> {#if $initq.data} @@ -235,7 +244,7 @@ {#each $topUserQuery.data.topUser as tu, i} - + {#each $topProjectQuery.data.topProjects as tp, i} - +