Job detail page refactor

Removed the spinner. Stupid spinner!
This commit is contained in:
Chris Houseknecht 2014-06-19 17:26:30 -04:00
parent f67f8c7429
commit e29a158bec

View File

@ -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);