mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Job detail page refactor
Removed the spinner. Stupid spinner!
This commit is contained in:
@@ -92,6 +92,7 @@ function JobDetailController ($rootScope, $scope, $compile, $routeParams, $log,
|
||||
}
|
||||
scope.removeInitialLoadComplete = scope.$on('InitialLoadComplete', function() {
|
||||
var url;
|
||||
Wait('stop');
|
||||
if (JobIsFinished(scope)) {
|
||||
url = scope.job.related.job_events + '?event=playbook_on_stats';
|
||||
Rest.setUrl(url);
|
||||
|
||||
Reference in New Issue
Block a user