mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
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:
@@ -32,7 +32,7 @@ function JobStatusService (moment, message) {
|
|||||||
counts: {
|
counts: {
|
||||||
plays: 0,
|
plays: 0,
|
||||||
tasks: 0,
|
tasks: 0,
|
||||||
hosts: 1,
|
hosts: 0,
|
||||||
},
|
},
|
||||||
hosts: {},
|
hosts: {},
|
||||||
status: model.get('status'),
|
status: model.get('status'),
|
||||||
|
|||||||
Reference in New Issue
Block a user