mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Use type field as key for job display type
This commit is contained in:
parent
7f89eb324a
commit
1a4eab6f25
@ -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={
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user