mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-26 18:53:35 -05:00
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,
|
||||
list: SchedulesList,
|
||||
id: 'management_jobs_schedule',
|
||||
url: url,
|
||||
url: url + '?next_run__isnull=false',
|
||||
pageSize: 20
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user