mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
committed by
Keith J. Grant
parent
25a4a112b3
commit
d7ce328046
@@ -22,7 +22,7 @@ function InventoryGroupItem({
|
||||
const editUrl = `/inventories/inventory/${inventoryId}/groups/${group.id}/edit`;
|
||||
|
||||
return (
|
||||
<Tr id={`group-row=${group.id}`}>
|
||||
<Tr id={`group-row-${group.id}`}>
|
||||
<Td
|
||||
select={{
|
||||
rowIndex,
|
||||
|
||||
Reference in New Issue
Block a user