From e29a158bec0f5852af2231fb2f290a2cb86413d7 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Thu, 19 Jun 2014 17:26:30 -0400 Subject: [PATCH] Job detail page refactor Removed the spinner. Stupid spinner! --- awx/ui/static/js/controllers/JobDetail.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/static/js/controllers/JobDetail.js b/awx/ui/static/js/controllers/JobDetail.js index d9d874c5b2..99eba2605c 100644 --- a/awx/ui/static/js/controllers/JobDetail.js +++ b/awx/ui/static/js/controllers/JobDetail.js @@ -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);