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:
Jared Tabor 2015-07-23 11:27:39 -04:00
parent fb99bc1c04
commit fe285a8924

View File

@ -48,7 +48,7 @@ export default [
scope: $scope,
list: SchedulesList,
id: 'management_jobs_schedule',
url: url,
url: url + '?next_run__isnull=false',
pageSize: 20
});
});