mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
remove job data duplicated in expanded view
This commit is contained in:
parent
afdb4f9709
commit
2e7b53cf90
@ -102,14 +102,6 @@ function JobListItem({
|
||||
<Td colSpan={showTypeColumn ? 5 : 4}>
|
||||
<ExpandableRowContent>
|
||||
<DetailList>
|
||||
<Detail
|
||||
label={i18n._(t`Started`)}
|
||||
value={formatDateString(job.started)}
|
||||
/>
|
||||
<Detail
|
||||
label={i18n._(t`Finished`)}
|
||||
value={formatDateString(job.started)}
|
||||
/>
|
||||
<LaunchedByDetail job={job} i18n={i18n} />
|
||||
{credentials && credentials.length > 0 && (
|
||||
<Detail
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user