mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -03:30
remove job data duplicated in expanded view
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user