mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-11 02:21:48 -05:00
normalize http method choice values
This commit is contained in:
@@ -140,8 +140,8 @@ export default ['Rest', 'Wait',
|
||||
});
|
||||
|
||||
$scope.httpMethodChoices = [
|
||||
{'id': 'post', 'name': i18n._('POST')},
|
||||
{'id': 'put', 'name': i18n._('PUT')},
|
||||
{'id': 'POST', 'name': i18n._('POST')},
|
||||
{'id': 'PUT', 'name': i18n._('PUT')},
|
||||
];
|
||||
CreateSelect2({
|
||||
element: '#notification_template_http_method',
|
||||
|
||||
Reference in New Issue
Block a user