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
commit 4174fc22b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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