Skip to content

Commit

Permalink
ARTEMIS-3568 fixed format-message of page send-message-to-queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Erwin Dondorp authored and clebertsuconic committed Dec 15, 2021
1 parent 5e17db7 commit 6ca05e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6ca05e5

Please sign in to comment.