mirror of
https://github.com/ansible/awx.git
synced 2026-07-12 17:04:32 -02:30
Merge pull request #3839 from zicklam/webhook_disable_ssl_verify
Add "Disable SSL Verification" checkbox to webhook notification Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -399,6 +399,13 @@ export default ['i18n', function(i18n) {
|
||||
subForm: 'typeSubForm',
|
||||
ngDisabled: '!(notification_template.summary_fields.user_capabilities.edit || canAdd)'
|
||||
},
|
||||
disable_ssl_verification: {
|
||||
label: i18n._('Disable SSL Verification'),
|
||||
type: 'checkbox',
|
||||
ngShow: "notification_type.value == 'webhook' ",
|
||||
subForm: 'typeSubForm',
|
||||
ngDisabled: '!(notification_template.summary_fields.user_capabilities.edit || canAdd)'
|
||||
},
|
||||
headers: {
|
||||
label: i18n._('HTTP Headers'),
|
||||
dataTitle: i18n._('HTTP Headers'),
|
||||
|
||||
Reference in New Issue
Block a user