ARTEMIS-3568 fixed format-message of page send-message-to-queue
This commit is contained in:
parent
5e17db7d8f
commit
6ca05e5da1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue