mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Job detail page refactor
Removed the spinner. Stupid spinner!
This commit is contained in:
parent
f67f8c7429
commit
e29a158bec
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user