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
(cherry picked from commit 6ca05e5)
  • Loading branch information
Erwin Dondorp authored and clebertsuconic committed Jan 24, 2022
1 parent 2d11f06 commit 515faae
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 515faae

Please sign in to comment.