Skip to content

Commit

Permalink
ARTEMIS-3568 fixed delete-header of page send-message-to-queue
Browse files Browse the repository at this point in the history
(cherry picked from commit 5e17db7)
  • Loading branch information
Erwin Dondorp authored and clebertsuconic committed Jan 24, 2022
1 parent 8abff60 commit 2d11f06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var Artemis;
<td><input type="text" class="form-control" ng-model="header.name" placeholder="Name" autocomplete="off" id="name"></td>
<td><input type="text" class="form-control" ng-model="header.value" placeholder="Value" autocomplete="off" id="value"></td>
<td><div class="input-group-prepend">
<button type="button" class="btn btn-default" title="Delete" ng-click="$ctrl.removeHeader(header)">
<button type="button" class="btn btn-default" title="Delete" ng-click="$ctrl.message.removeHeader(header)">
<span class="pficon pficon-delete"></span>
</button>
</div></td>
Expand Down

0 comments on commit 2d11f06

Please sign in to comment.