Commit 125db177 by Torkel Ödegaard

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

parent c592db40
# vNext # 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 - Added rounding for graphites from and to time range filters
for very short absolute ranges (Issue #320) for very short absolute ranges (Issue #320)
......
...@@ -45,8 +45,7 @@ ...@@ -45,8 +45,7 @@
<ul class="grafana-segment-list" role="menu"> <ul class="grafana-segment-list" role="menu">
<li ng-show="target.rawQuery"> <li ng-show="target.rawQuery">
<input type="text" <input type="text"
class="input-large grafana-target-segment-input" class="input-large grafana-target-segment-input span10"
style="width:843px;"
ng-model="target.query" ng-model="target.query"
placeholder="select ..." placeholder="select ..."
data-min-length=0 data-items=100 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