mirror of
https://github.com/ansible/awx.git
synced 2026-07-13 01:14:31 -02:30
Update test_notification Template for webhooks
- rename webhook_no_verify_ssl to disable_ssl_verification
This commit is contained in:
@@ -399,7 +399,7 @@ export default ['i18n', function(i18n) {
|
||||
subForm: 'typeSubForm',
|
||||
ngDisabled: '!(notification_template.summary_fields.user_capabilities.edit || canAdd)'
|
||||
},
|
||||
webhook_no_verify_ssl: {
|
||||
disable_ssl_verification: {
|
||||
label: i18n._('Disable SSL Verification'),
|
||||
type: 'checkbox',
|
||||
ngShow: "notification_type.value == 'webhook' ",
|
||||
|
||||
Reference in New Issue
Block a user