mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
fix duplicate tooltip on notification template edit button
This commit is contained in:
committed by
Keith J. Grant
parent
87cf797153
commit
eb66a03a30
@@ -133,7 +133,10 @@ function NotificationTemplateListItem({
|
|||||||
<PencilAltIcon />
|
<PencilAltIcon />
|
||||||
</Button>
|
</Button>
|
||||||
</ActionItem>
|
</ActionItem>
|
||||||
<ActionItem visible={template.summary_fields.user_capabilities.copy}>
|
<ActionItem
|
||||||
|
visible={template.summary_fields.user_capabilities.copy}
|
||||||
|
tooltip={i18n._(t`Copy Notification Template`)}
|
||||||
|
>
|
||||||
<CopyButton
|
<CopyButton
|
||||||
copyItem={copyTemplate}
|
copyItem={copyTemplate}
|
||||||
isCopyDisabled={isCopyDisabled}
|
isCopyDisabled={isCopyDisabled}
|
||||||
|
|||||||
Reference in New Issue
Block a user