Update test_notification Template for webhooks

- rename webhook_no_verify_ssl to disable_ssl_verification
This commit is contained in:
zicklam
2019-05-06 19:20:00 +02:00
parent 5b8fba58e8
commit 08d60d0b78
3 changed files with 8 additions and 8 deletions

View File

@@ -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' ",