Skip to content

Commit 2d11f06

Browse files
Erwin Dondorpclebertsuconic
authored andcommitted
ARTEMIS-3568 fixed delete-header of page send-message-to-queue
(cherry picked from commit 5e17db7)
1 parent 8abff60 commit 2d11f06

File tree

1 file changed

+1
-1
lines changed
  • artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components

1 file changed

+1
-1
lines changed

artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/components/sendMessage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ var Artemis;
7070
<td><input type="text" class="form-control" ng-model="header.name" placeholder="Name" autocomplete="off" id="name"></td>
7171
<td><input type="text" class="form-control" ng-model="header.value" placeholder="Value" autocomplete="off" id="value"></td>
7272
<td><div class="input-group-prepend">
73-
<button type="button" class="btn btn-default" title="Delete" ng-click="$ctrl.removeHeader(header)">
73+
<button type="button" class="btn btn-default" title="Delete" ng-click="$ctrl.message.removeHeader(header)">
7474
<span class="pficon pficon-delete"></span>
7575
</button>
7676
</div></td>

0 commit comments

Comments
 (0)