mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
fix method mapping for webhook notification add
This commit is contained in:
parent
f7502eed2f
commit
97f841057f
@ -90,7 +90,7 @@ export default ['Rest', 'Wait', 'NotificationsFormObject',
|
||||
|
||||
$scope.httpMethodChoices = [
|
||||
{'id': 'POST', 'name': i18n._('POST')},
|
||||
{'id': 'POST', 'name': i18n._('PUT')},
|
||||
{'id': 'PUT', 'name': i18n._('PUT')},
|
||||
];
|
||||
CreateSelect2({
|
||||
element: '#notification_template_http_method',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user