Skip to content

Commit 9727151

Browse files
committed
feat(influxdb): cleanup influxdb query editor options
1 parent c897d39 commit 9727151

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

public/app/plugins/datasource/influxdb/partials/query.options.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@
44
<div class="gf-form">
55
<span class="gf-form-label"><i class="fa fa-wrench"></i></span>
66
<span class="gf-form-label width-11">Group by time interval</span>
7-
<input type="text" class="gf-form-input" ng-model="ctrl.panelCtrl.panel.interval" ng-blur="ctrl.panelCtrl.refresh();"
7+
<input type="text" class="gf-form-input width-16" ng-model="ctrl.panelCtrl.panel.interval" ng-blur="ctrl.panelCtrl.refresh();"
88
spellcheck='false' placeholder="example: >10s">
9-
<span class="gf-form-label"><i class="fa fa-question-circle" bs-tooltip="'Set a low limit by having a greater sign: example: >60s'" data-placement="right"></i></span>
9+
<info-popover mode="right-absolute">
10+
Set a low limit by having a greater sign: example: >60s
11+
</info-popover>
1012
</div>
1113
</div>
1214
<div class="gf-form-inline">
1315
<div class="gf-form">
14-
<!--span class="gf-form-label">
15-
<i class="fa fa-info-circle"></i>
16-
</span-->
1716
<span class="gf-form-label width-10">
1817
<a ng-click="ctrl.panelCtrl.toggleEditorHelp(1);" bs-tooltip="'click to show helpful info'" data-placement="bottom">
1918
<i class="fa fa-info-circle"></i>

0 commit comments

Comments
 (0)