mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02: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`;
|
const editUrl = `/inventories/inventory/${inventoryId}/groups/${group.id}/edit`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Tr id={`group-row=${group.id}`}>
|
<Tr id={`group-row-${group.id}`}>
|
||||||
<Td
|
<Td
|
||||||
select={{
|
select={{
|
||||||
rowIndex,
|
rowIndex,
|
||||||
|
|||||||
Reference in New Issue
Block a user