From d4c3dc7a3811ec1d64b013ab9e0f63cf50cd44ae Mon Sep 17 00:00:00 2001 From: hugocasa Date: Thu, 20 Nov 2025 19:01:39 +0100 Subject: [PATCH] fix(frontend): show code/lock in flow steps on runs page (#7191) --- frontend/src/lib/components/runs/JobRunsPreview.svelte | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/components/runs/JobRunsPreview.svelte b/frontend/src/lib/components/runs/JobRunsPreview.svelte index 8b0a9954fd..5b224ed5f0 100644 --- a/frontend/src/lib/components/runs/JobRunsPreview.svelte +++ b/frontend/src/lib/components/runs/JobRunsPreview.svelte @@ -222,7 +222,11 @@ {#if job?.type === 'CompletedJob'} {#if job?.job_kind == 'flow' || isFlowPreview(job?.job_kind)}
-
{:else} @@ -301,7 +305,7 @@ {#if job?.job_kind == 'flow' || isFlowPreview(job?.job_kind)}
- +
{:else}
Job is still running