mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02: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.removeJobStatusChange = $rootScope.$on('JobStatusChange-jobs', function() {
|
$rootScope.removeJobStatusChange = $rootScope.$on('JobStatusChange-jobs', function() {
|
||||||
jobs_scope.refreshJobs();
|
$scope.refreshJobs();
|
||||||
});
|
});
|
||||||
|
|
||||||
if ($rootScope.removeScheduleStatusChange) {
|
if ($rootScope.removeScheduleStatusChange) {
|
||||||
|
|||||||
Reference in New Issue
Block a user