mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -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.liveEventProcessing = false;
|
||||||
scope.pauseLiveEvents = false;
|
scope.pauseLiveEvents = false;
|
||||||
scope.waiting = false;
|
scope.waiting = false;
|
||||||
|
scope.playsLoading = false;
|
||||||
|
scope.tasksLoading = false;
|
||||||
|
scope.hostResultsLoading = false;
|
||||||
|
scope.hostSummariesLoading = false;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
scope.job_status.finished = null;
|
scope.job_status.finished = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user