ARTEMIS-3568 smaller dropdownbox and button on same row
This commit is contained in:
parent
0722b3c570
commit
6ea4146228
|
@ -90,12 +90,14 @@ var Artemis;
|
||||||
<div hawtio-editor="$ctrl.message.message" mode="codeMirrorOptions.mode.name"></div>
|
<div hawtio-editor="$ctrl.message.message" mode="codeMirrorOptions.mode.name"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<select class="form-control artemis-send-message-format" ng-model="codeMirrorOptions.mode.name">
|
<select class="form-control artemis-send-message-format" ng-model="codeMirrorOptions.mode.name"
|
||||||
|
style="display:inline; width:auto">
|
||||||
<option value="javascript">JSON</option>
|
<option value="javascript">JSON</option>
|
||||||
<option value="xml">XML</option>
|
<option value="xml">XML</option>
|
||||||
</select>
|
</select>
|
||||||
<button class="btn btn-default" ng-click="$ctrl.message.formatMessage()"
|
<button class="btn btn-default" ng-click="$ctrl.message.formatMessage()"
|
||||||
title="Automatically pretty prints the message so it's easier to read">Format
|
title="Automatically pretty prints the message so it's easier to read"
|
||||||
|
style="vertical-align: initial">Format
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -90,12 +90,14 @@ var Artemis;
|
||||||
<div hawtio-editor="$ctrl.message.message" mode="codeMirrorOptions.mode.name"></div>
|
<div hawtio-editor="$ctrl.message.message" mode="codeMirrorOptions.mode.name"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<select class="form-control artemis-send-message-format" ng-model="codeMirrorOptions.mode.name">
|
<select class="form-control artemis-send-message-format" ng-model="codeMirrorOptions.mode.name"
|
||||||
|
style="display:inline; width:auto">
|
||||||
<option value="javascript">JSON</option>
|
<option value="javascript">JSON</option>
|
||||||
<option value="xml">XML</option>
|
<option value="xml">XML</option>
|
||||||
</select>
|
</select>
|
||||||
<button class="btn btn-default" ng-click="$ctrl.message.formatMessage()"
|
<button class="btn btn-default" ng-click="$ctrl.message.formatMessage()"
|
||||||
title="Automatically pretty prints the message so it's easier to read">Format
|
title="Automatically pretty prints the message so it's easier to read"
|
||||||
|
style="vertical-align: initial">Format
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue