mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
fixing console error when running system jobs
This commit is contained in:
parent
760dc7ad9c
commit
0d81d4a62b
@ -93,7 +93,7 @@ export function JobsListController ($rootScope, $log, $scope, $compile, $routePa
|
||||
$rootScope.removeJobStatusChange();
|
||||
}
|
||||
$rootScope.removeJobStatusChange = $rootScope.$on('JobStatusChange-jobs', function() {
|
||||
jobs_scope.refreshJobs();
|
||||
$scope.refreshJobs();
|
||||
});
|
||||
|
||||
if ($rootScope.removeScheduleStatusChange) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user