mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Expose id's on workflow action items
This commit is contained in:
@@ -27,12 +27,14 @@ function WorkflowActionTooltipItem({
|
|||||||
onClick,
|
onClick,
|
||||||
onMouseEnter,
|
onMouseEnter,
|
||||||
onMouseLeave,
|
onMouseLeave,
|
||||||
|
...rest
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<TooltipItem
|
<TooltipItem
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
onMouseEnter={onMouseEnter}
|
onMouseEnter={onMouseEnter}
|
||||||
onMouseLeave={onMouseLeave}
|
onMouseLeave={onMouseLeave}
|
||||||
|
{...rest}
|
||||||
>
|
>
|
||||||
{children}
|
{children}
|
||||||
</TooltipItem>
|
</TooltipItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user