mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
In the UI job details page, the number of hosts for any job was always displayed '1' irrespective of the actual count. This was caused because of a faulty initialization of variable followed by unreachable code. It has been fixed by updating init value. Signed-off-by: Vismay Golwala <vgolwala@redhat.com>