mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 19:07:39 -02:30
Update the Webhook Credential help text tooltip
to make it more apparent to the user that this is an optional part of the feature, and that failure to add a webhook credential will disable status post-backs.
This commit is contained in:
@@ -468,7 +468,7 @@ function(NotificationsList, i18n) {
|
|||||||
on-lookup-click="handleWebhookCredentialLookupClick"
|
on-lookup-click="handleWebhookCredentialLookupClick"
|
||||||
on-tag-delete="handleWebhookCredentialTagDelete"
|
on-tag-delete="handleWebhookCredentialTagDelete"
|
||||||
</webhook-credential-input>`,
|
</webhook-credential-input>`,
|
||||||
awPopOver: "<p>" + i18n._("Select the credential to use with the webhook service.") + "</p>",
|
awPopOver: "<p>" + i18n._("Optionally, select the credential to use to send status updates back to the webhook service") + "</p>",
|
||||||
dataTitle: i18n._('Webhook Credential'),
|
dataTitle: i18n._('Webhook Credential'),
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
dataContainer: "body",
|
dataContainer: "body",
|
||||||
|
|||||||
Reference in New Issue
Block a user