Skip to content

Commit

Permalink
add 'PUT' and 'DELETE' methods for webhook action (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaligand authored and lmangani committed May 14, 2018
1 parent cdb9397 commit 9c35cbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/directives/webhook_action/webhook_action.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ <h4><small>{{action.type}} action</small></h4>
<ul class="dropdown-menu" uib-dropdown-menu role="menu">
<li><a href="javascript:void(0)" ng-click="changeMethod('POST')">POST</a></li>
<li><a href="javascript:void(0)" ng-click="changeMethod('GET')">GET</a></li>
<li><a href="javascript:void(0)" ng-click="changeMethod('PUT')">PUT</a></li>
<li><a href="javascript:void(0)" ng-click="changeMethod('DELETE')">DELETE</a></li>
</ul>
</div>
</div> <!-- end form-group -->
Expand Down

0 comments on commit 9c35cbe

Please sign in to comment.