diff --git a/awx/ui/client/features/output/status.service.js b/awx/ui/client/features/output/status.service.js index 19cad5b540..8b3e995efd 100644 --- a/awx/ui/client/features/output/status.service.js +++ b/awx/ui/client/features/output/status.service.js @@ -32,7 +32,7 @@ function JobStatusService (moment, message) { counts: { plays: 0, tasks: 0, - hosts: 1, + hosts: 0, }, hosts: {}, status: model.get('status'),