Skip to content

Commit 515faae

Browse files
Erwin Dondorpclebertsuconic
authored andcommitted
ARTEMIS-3568 fixed format-message of page send-message-to-queue
(cherry picked from commit 6ca05e5)
1 parent 2d11f06 commit 515faae

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

0 commit comments

Comments
 (0)