mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 08:03:50 +00:00
nit skeleton
This commit is contained in:
@@ -557,7 +557,7 @@
|
||||
Current runs
|
||||
</Button>
|
||||
{/if}
|
||||
{#if job?.type != 'CompletedJob' && (!job?.schedule_path || job?.['running'] == true)}
|
||||
{#if job && job?.type != 'CompletedJob' && (!job?.schedule_path || job?.['running'] == true)}
|
||||
{#if !forceCancel}
|
||||
<Button
|
||||
color="red"
|
||||
|
||||
Reference in New Issue
Block a user