fix(query editors): added select style to segment, used by data source selector

This commit is contained in:
Torkel Ödegaard
2016-04-25 15:49:33 +02:00
parent 6b813b4e2a
commit bbf4d00319
6 changed files with 24 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<query-editor-row query-ctrl="ctrl">
<div class="gf-form" ng-show="ctrl.target.textEditor">
<input type="text" class="gf-form-input" ng-model="ctrl.target.query" spellcheck="false" ng-blur="ctrl.refresh()"></input>
<input type="text" class="gf-form-input" ng-model="ctrl.target.target" spellcheck="false" ng-blur="ctrl.refresh()"></input>
</div>
<div ng-hide="ctrl.target.textEditor">