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