mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 13:55:04 -02:30
Use type field as key for job display type
This commit is contained in:
@@ -181,7 +181,7 @@ function JobDetail({ job, i18n }) {
|
|||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<Detail label={i18n._(t`Job Type`)} value={toTitleCase(job.job_type)} />
|
<Detail label={i18n._(t`Job Type`)} value={toTitleCase(job.type)} />
|
||||||
<Detail
|
<Detail
|
||||||
label={i18n._(t`Launched By`)}
|
label={i18n._(t`Launched By`)}
|
||||||
value={
|
value={
|
||||||
|
|||||||
Reference in New Issue
Block a user