mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
fixing console error when running system jobs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user