mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
Job detail page refactor
Moved drawing frequency to 2 seconds.
This commit is contained in:
@@ -126,7 +126,7 @@ function JobDetailController ($rootScope, $scope, $compile, $routeParams, $log,
|
|||||||
$rootScope.jobDetailInterval = setInterval(function() {
|
$rootScope.jobDetailInterval = setInterval(function() {
|
||||||
$log.debug('Updating the DOM...');
|
$log.debug('Updating the DOM...');
|
||||||
UpdateDOM({ scope: scope });
|
UpdateDOM({ scope: scope });
|
||||||
}, 2500);
|
}, 2000);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user