show future jobs if view runs from schedule
This commit is contained in:
@@ -417,9 +417,9 @@
|
||||
variant="border"
|
||||
startIcon={{ icon: List }}
|
||||
disabled={!allowSchedule || pathError != '' || emptyString(script_path)}
|
||||
href={`/runs/${script_path}`}
|
||||
href={`/runs/${script_path}?show_schedules=true&show_future_jobs=true`}
|
||||
>
|
||||
View Runs
|
||||
View runs
|
||||
</Button>
|
||||
</div>
|
||||
<div class="mr-8 center-center -mt-1">
|
||||
|
||||
@@ -419,9 +419,12 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
displayName: 'View Runs',
|
||||
displayName: 'View runs',
|
||||
icon: List,
|
||||
href: '/runs/?schedule_path=' + path
|
||||
href:
|
||||
'/runs/?schedule_path=' +
|
||||
path +
|
||||
'&show_schedules=true&show_future_jobs=true'
|
||||
},
|
||||
{
|
||||
displayName: 'Audit logs',
|
||||
|
||||
Reference in New Issue
Block a user