mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
fix duplicate tooltip on notification template edit button
This commit is contained in:
parent
87cf797153
commit
eb66a03a30
@ -133,7 +133,10 @@ function NotificationTemplateListItem({
|
||||
<PencilAltIcon />
|
||||
</Button>
|
||||
</ActionItem>
|
||||
<ActionItem visible={template.summary_fields.user_capabilities.copy}>
|
||||
<ActionItem
|
||||
visible={template.summary_fields.user_capabilities.copy}
|
||||
tooltip={i18n._(t`Copy Notification Template`)}
|
||||
>
|
||||
<CopyButton
|
||||
copyItem={copyTemplate}
|
||||
isCopyDisabled={isCopyDisabled}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user