mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 09:07:45 -02:30
fix webhook method default value
This commit is contained in:
@@ -428,7 +428,7 @@ export default ['i18n', function(i18n) {
|
|||||||
dataTitle: i18n._('HTTP Method'),
|
dataTitle: i18n._('HTTP Method'),
|
||||||
type: 'select',
|
type: 'select',
|
||||||
ngOptions: 'choice.id as choice.name for choice in httpMethodChoices',
|
ngOptions: 'choice.id as choice.name for choice in httpMethodChoices',
|
||||||
default: 'post',
|
default: 'POST',
|
||||||
awPopOver: i18n._('Specify an HTTP method for the webhook. Acceptable choices are: POST or PUT'),
|
awPopOver: i18n._('Specify an HTTP method for the webhook. Acceptable choices are: POST or PUT'),
|
||||||
awRequiredWhen: {
|
awRequiredWhen: {
|
||||||
reqExpression: "webhook_required",
|
reqExpression: "webhook_required",
|
||||||
|
|||||||
Reference in New Issue
Block a user