mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -03:30
Job detail page refactor
Push DOM update interval out to 12 sec.
This commit is contained in:
@@ -123,7 +123,7 @@ function JobDetailController ($rootScope, $scope, $compile, $routeParams, $log,
|
||||
$rootScope.jobDetailInterval = setInterval(function() {
|
||||
$log.debug('Updating the DOM...');
|
||||
UpdateDOM({ scope: scope });
|
||||
}, 3000);
|
||||
}, 12000);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user