mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Job detail page
Fixed https://trello.com/c/dKA4UU0U/308-if-a-job-products-no-plays-tasks-or-job-host-summaries-the-corresponding-page-sections-say-loading
This commit is contained in:
@@ -631,6 +631,10 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
|
||||
scope.liveEventProcessing = false;
|
||||
scope.pauseLiveEvents = false;
|
||||
scope.waiting = false;
|
||||
scope.playsLoading = false;
|
||||
scope.tasksLoading = false;
|
||||
scope.hostResultsLoading = false;
|
||||
scope.hostSummariesLoading = false;
|
||||
}
|
||||
else {
|
||||
scope.job_status.finished = null;
|
||||
|
||||
Reference in New Issue
Block a user