mirror of
https://github.com/ansible/awx.git
synced 2026-04-15 23:10:20 -02: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>