mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed on blur event for influxdb 0.9 raw query editor, #1525
This commit is contained in:
parent
9266d3789b
commit
43afd7dff9
@ -59,7 +59,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<input type="text" class="tight-form-clear-input" style="width: 80%" ng-model="target.query" focus-me="target.rawQuery" spellcheck='false' ng-model-onblur ng-change="targetTextChanged()" ng-show="target.rawQuery"/>
|
<input type="text" class="tight-form-clear-input" style="width: 80%" ng-model="target.query" focus-me="target.rawQuery" spellcheck='false' ng-model-onblur ng-change="get_data()" ng-show="target.rawQuery"/>
|
||||||
|
|
||||||
<ul class="tight-form-list" role="menu" ng-hide="target.rawQuery">
|
<ul class="tight-form-list" role="menu" ng-hide="target.rawQuery">
|
||||||
<li class="tight-form-item query-keyword" style="width: 75px;">
|
<li class="tight-form-item query-keyword" style="width: 75px;">
|
||||||
|
Loading…
Reference in New Issue
Block a user