diff --git a/awx/ui/src/screens/Job/JobDetail/JobDetail.js b/awx/ui/src/screens/Job/JobDetail/JobDetail.js index 95c7d744c6..9126b43fab 100644 --- a/awx/ui/src/screens/Job/JobDetail/JobDetail.js +++ b/awx/ui/src/screens/Job/JobDetail/JobDetail.js @@ -364,6 +364,9 @@ function JobDetail({ job, inventorySourceLabels }) { value={t`True`} /> )} + {typeof job.forks === 'number' && ( + + )} {credential && ( ', () => { ); assertDetail('Job Slice', '0/1'); + assertDetail('Forks', '42'); const credentialChip = wrapper.find( `Detail[label="Credentials"] CredentialChip` diff --git a/awx/ui/src/screens/Job/shared/data.job.json b/awx/ui/src/screens/Job/shared/data.job.json index f94482ec88..f3c2f5064e 100644 --- a/awx/ui/src/screens/Job/shared/data.job.json +++ b/awx/ui/src/screens/Job/shared/data.job.json @@ -104,7 +104,7 @@ "project": 6, "playbook": "chatty_tasks.yml", "scm_branch": "main", - "forks": 0, + "forks": 42, "limit": "", "verbosity": 0, "extra_vars": "{\"num_messages\": 94}",