mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03: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:
commit
4174fc22b0
@ -32,7 +32,7 @@ function JobStatusService (moment, message) {
|
||||
counts: {
|
||||
plays: 0,
|
||||
tasks: 0,
|
||||
hosts: 1,
|
||||
hosts: 0,
|
||||
},
|
||||
hosts: {},
|
||||
status: model.get('status'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user