Merge pull request #3254 from vismay-golwala/job_host_count

Fixed # of hosts - job details UI

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-02-18 21:16:32 +00:00
committed by GitHub

View File

@@ -32,7 +32,7 @@ function JobStatusService (moment, message) {
counts: {
plays: 0,
tasks: 0,
hosts: 1,
hosts: 0,
},
hosts: {},
status: model.get('status'),