ARTEMIS-3568 fixed format-message of page send-message-to-queue

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

View File

@ -94,7 +94,7 @@ var Artemis;
<option value="javascript">JSON</option>
<option value="xml">XML</option>
</select>
<button class="btn btn-default" ng-click="$ctrl.formatMessage()"
<button class="btn btn-default" ng-click="$ctrl.message.formatMessage()"
title="Automatically pretty prints the message so its easier to read">Format
</button>
</div>