mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
management jobs schedule list query
the management jobs should only show the schedules which haven't run yet. updating the query to reflect this.
This commit is contained in:
parent
fb99bc1c04
commit
fe285a8924
@ -48,7 +48,7 @@ export default [
|
||||
scope: $scope,
|
||||
list: SchedulesList,
|
||||
id: 'management_jobs_schedule',
|
||||
url: url,
|
||||
url: url + '?next_run__isnull=false',
|
||||
pageSize: 20
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user