mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
add id to expanded job rows
This commit is contained in:
@@ -97,7 +97,7 @@ function JobListItem({
|
|||||||
</ActionItem>
|
</ActionItem>
|
||||||
</ActionsTd>
|
</ActionsTd>
|
||||||
</Tr>
|
</Tr>
|
||||||
<Tr isExpanded={isExpanded}>
|
<Tr isExpanded={isExpanded} id={`expanded-job-row-${job.id}`}>
|
||||||
<Td colSpan={2} />
|
<Td colSpan={2} />
|
||||||
<Td colSpan={showTypeColumn ? 5 : 4}>
|
<Td colSpan={showTypeColumn ? 5 : 4}>
|
||||||
<ExpandableRowContent>
|
<ExpandableRowContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user