mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Expose id's on workflow action items
This commit is contained in:
parent
a737f35653
commit
96d9d41f19
@ -27,12 +27,14 @@ function WorkflowActionTooltipItem({
|
||||
onClick,
|
||||
onMouseEnter,
|
||||
onMouseLeave,
|
||||
...rest
|
||||
}) {
|
||||
return (
|
||||
<TooltipItem
|
||||
onClick={onClick}
|
||||
onMouseEnter={onMouseEnter}
|
||||
onMouseLeave={onMouseLeave}
|
||||
{...rest}
|
||||
>
|
||||
{children}
|
||||
</TooltipItem>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user