mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-24 09:43:35 -05:00
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
|
||||
label={i18n._(t`Launched By`)}
|
||||
value={
|
||||
|
||||
Reference in New Issue
Block a user