From bb8affafa571ff10300aa5ee6f1a94e4bfa6ded7 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 15 Oct 2025 22:35:15 +0000 Subject: [PATCH] nit badges suspended --- frontend/src/lib/components/runs/RunsQueue.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/runs/RunsQueue.svelte b/frontend/src/lib/components/runs/RunsQueue.svelte index 6967c92222..05e24f61c6 100644 --- a/frontend/src/lib/components/runs/RunsQueue.svelte +++ b/frontend/src/lib/components/runs/RunsQueue.svelte @@ -76,7 +76,7 @@ {/snippet}
0 - ? 'bg-yellow-500 text-white rounded-full w-6 h-6 flex center-center' + ? 'bg-yellow-500 text-white rounded-full min-w-6 h-6 flex center-center' : ''}>{queue_count ? ($queue_count ?? 0).toFixed(0) : '...'}
@@ -102,7 +102,7 @@ {/snippet}
0 - ? 'bg-surface-secondary-inverse text-primary-inverse rounded-full w-6 h-6 flex center-center' + ? 'bg-surface-secondary-inverse text-primary-inverse rounded-full min-w-6 h-6 flex center-center' : ''}>{suspended_count ? ($suspended_count ?? 0).toFixed(0) : '...'}