mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 21:49:27 -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 />
|
||||
</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}
|
||||
|
||||
Reference in New Issue
Block a user