mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 11:25:08 -02: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() {
|
scope.removeInitialLoadComplete = scope.$on('InitialLoadComplete', function() {
|
||||||
var url;
|
var url;
|
||||||
|
Wait('stop');
|
||||||
if (JobIsFinished(scope)) {
|
if (JobIsFinished(scope)) {
|
||||||
url = scope.job.related.job_events + '?event=playbook_on_stats';
|
url = scope.job.related.job_events + '?event=playbook_on_stats';
|
||||||
Rest.setUrl(url);
|
Rest.setUrl(url);
|
||||||
|
|||||||
Reference in New Issue
Block a user