From b914ccab1fa8621cfed21846fb13d89c27f92f4f Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 30 Jul 2022 01:17:12 +0200 Subject: [PATCH] privilege having a parent than a schedule --- frontend/src/routes/run/[...run].svelte | 15 +++++++-------- frontend/src/routes/runs/[...path].svelte | 15 +++++++-------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/frontend/src/routes/run/[...run].svelte b/frontend/src/routes/run/[...run].svelte index a6eb733245..27a20845ec 100644 --- a/frontend/src/routes/run/[...run].svelte +++ b/frontend/src/routes/run/[...run].svelte @@ -359,14 +359,6 @@ {/if}
- {#if job && job.schedule_path} - - Triggered by the schedule: {job.schedule_path} - {/if} {#if job && job.parent_job} {#if job.is_flow_step} {job.parent_job} {/if} + {:else if job && job.schedule_path} + + Triggered by the schedule: {job.schedule_path} {:else} {/if}
- {#if job && job.schedule_path} - - Triggered by the schedule: {job.schedule_path} - {/if} {#if job && job.parent_job} {#if job.is_flow_step} {/if} + {:else if job && job.schedule_path} + + Triggered by the schedule: {job.schedule_path} {:else}