Use type field as key for job display type

This commit is contained in:
Jake McDermott 2020-12-14 11:19:21 -05:00
parent 7f89eb324a
commit 1a4eab6f25
No known key found for this signature in database
GPG Key ID: 0E56ED990CDFCB4F

View File

@ -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={