mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Fixing iterator used when jobs list refreshes
it was still using the iterators used when there were four job panes
This commit is contained in:
@@ -85,9 +85,7 @@ export function JobsListController ($rootScope, $log, $scope, $compile, $statePa
|
||||
});
|
||||
|
||||
$scope.refreshJobs = function() {
|
||||
jobs_scope.search('queued_job');
|
||||
jobs_scope.search('running_job');
|
||||
jobs_scope.search('completed_job');
|
||||
jobs_scope.search('all_job');
|
||||
scheduled_scope.search('schedule');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user