mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02: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:
@@ -48,7 +48,7 @@ export default [
|
|||||||
scope: $scope,
|
scope: $scope,
|
||||||
list: SchedulesList,
|
list: SchedulesList,
|
||||||
id: 'management_jobs_schedule',
|
id: 'management_jobs_schedule',
|
||||||
url: url,
|
url: url + '?next_run__isnull=false',
|
||||||
pageSize: 20
|
pageSize: 20
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user