Skip to content

Commit

Permalink
move autocomplete checkbox next to format button (re #282) (re #355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Short committed Apr 5, 2018
1 parent 1f1117d commit bd5e7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/app/pages/queries/query.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ <h3>
<query-editor query="query"
schema="schema"
syntax="dataSource.syntax"></query-editor>

<button type="button" class="btn btn-default btn-s btn__format pull-right" ng-click="formatQuery()" title="Format">
<label class="btn__format pull-right">
<button type="button" class="btn btn-default btn-s pull-right" ng-click="formatQuery()" title="Format">
<span class="zmdi zmdi-format-indent-increase"></span>
</button>
<input type="checkbox" ng-model="autocompleteQuery">
Expand Down

0 comments on commit bd5e7f7

Please sign in to comment.