ARTEMIS-3568 fixed delete-header of page send-message-to-queue

This commit is contained in:
Erwin Dondorp 2021-11-12 00:36:28 +01:00 committed by clebertsuconic
parent d56d299456
commit 5e17db7d8f
1 changed files with 1 additions and 1 deletions

View File

@ -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>