From 8ea736236f3e22f9fbecb86c1248494d824c1272 Mon Sep 17 00:00:00 2001 From: Diego Imbert Date: Mon, 9 Feb 2026 11:37:30 +0100 Subject: [PATCH] nit --- frontend/src/lib/components/runs/RunsTable.svelte | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/frontend/src/lib/components/runs/RunsTable.svelte b/frontend/src/lib/components/runs/RunsTable.svelte index 6b7e641d8d..1d4bf0a1be 100644 --- a/frontend/src/lib/components/runs/RunsTable.svelte +++ b/frontend/src/lib/components/runs/RunsTable.svelte @@ -387,7 +387,15 @@ {#if jobs?.length == 0 && (!showExternalJobs || externalJobs?.length == 0)}
No jobs found for the selected filters.
{:else} -
+ + +
{ + e.preventDefault() + rightClickPopover?.open(e) + }} + > { - e.preventDefault() - rightClickPopover?.open(e) - }} >