Commit 125db177 by Torkel Ödegaard

influxdb editor: rawquery text input, changed from fixed pixel width to span10 class

parent c592db40
# vNext
- InfluxDB enhancement: support for multiple hosts (with retries) and raw queries (Issue #318, thx @toddboom)
- Added rounding for graphites from and to time range filters
for very short absolute ranges (Issue #320)
......
......@@ -45,8 +45,7 @@
<ul class="grafana-segment-list" role="menu">
<li ng-show="target.rawQuery">
<input type="text"
class="input-large grafana-target-segment-input"
style="width:843px;"
class="input-large grafana-target-segment-input span10"
ng-model="target.query"
placeholder="select ..."
data-min-length=0 data-items=100
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment