Clarify template option auto interval in tooltip

parent f4fd3f48
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
<editor-checkbox text="Include auto interval" model="current.auto" change="runQuery()"></editor-checkbox> <editor-checkbox text="Include auto interval" model="current.auto" change="runQuery()"></editor-checkbox>
</li> </li>
<li class="tight-form-item" ng-show="current.auto"> <li class="tight-form-item" ng-show="current.auto">
Auto interval steps <tip>How many steps, roughly, the interval is rounded and will not always match this count</tip> Auto interval steps <tip>How many times should the current time range be divided to calculate the value</tip>
</li> </li>
<li> <li>
<select class="input-mini tight-form-input last" ng-model="current.auto_count" ng-options="f for f in [3,5,10,30,50,100,200]" ng-change="runQuery()"></select> <select class="input-mini tight-form-input last" ng-model="current.auto_count" ng-options="f for f in [3,5,10,30,50,100,200]" ng-change="runQuery()"></select>
......
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