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