<selectclass="input-small tight-form-input"ng-model="current.type"ng-options="f for f in ['query', 'interval', 'custom']"ng-change="typeChanged()"></select>
<selectclass="gf-form-input max-width-10"ng-model="current.type"ng-options="f for f in ['query', 'interval', 'custom']"ng-change="typeChanged()"></select>
<editor-checkboxtext="Include auto interval"model="current.auto"change="runQuery()"></editor-checkbox>
</li>
<liclass="tight-form-item"ng-show="current.auto">
<spanclass="gf-form-label"ng-show="current.auto">
Auto interval steps <tip>How many times should the current time range be divided to calculate the value</tip>
</li>
<li>
<selectclass="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>
</li>
</ul>
<divclass="clearfix"></div>
</span>
<divclass="gf-form-select-wrapper max-width-10">
<selectclass="gf-form-input"ng-model="current.auto_count"ng-options="f for f in [3,5,10,30,50,100,200]"ng-change="runQuery()"></select>
<selectclass="gf-form-input"ng-model="current.allFormat"ng-change="runQuery()"ng-options="f for f in ['glob', 'wildcard', 'regex wildcard', 'regex values', 'lucene', 'pipe']"></select>
<selectclass="input-medium tight-form-input last"ng-model="current.allFormat"ng-change="runQuery()"ng-options="f for f in ['glob', 'wildcard', 'regex wildcard', 'regex values', 'lucene', 'pipe']"></select>
</li>
</ul>
<divclass="clearfix"></div>
</div>
</div>
<divng-show="current.type === 'query'">
<divclass="tight-form">
<ulclass="tight-form-list">
<liclass="tight-form-item"style="width: 100px">
Query
</li>
<li>
<inputtype="text"style="width: 588px"class="input-xxlarge tight-form-input last"ng-model='current.query'placeholder="metric name or tags query"ng-model-onblurng-change="runQuery()"></input>
<selectclass="gf-form-input"ng-model="current.allFormat"ng-change="runQuery()"ng-options="f for f in ['glob', 'wildcard', 'regex wildcard', 'regex values', 'lucene', 'pipe']"></select>
<selectclass="input-medium tight-form-input last"ng-model="current.allFormat"ng-change="runQuery()"ng-options="f for f in ['glob', 'wildcard', 'regex wildcard', 'regex values', 'lucene', 'pipe']"></select>
</li>
</ul>
<divclass="clearfix"></div>
</div>
<divclass="tight-form last">
<ulclass="tight-form-list">
<liclass="tight-form-item last">
<editor-checkboxtext="Refresh on load"model="current.refresh"></editor-checkbox>
<divclass="gf-form">
<editor-checkboxclass="width-13"text="Refresh on load"model="current.refresh"></editor-checkbox>
<tip>Check if you want values to be updated on dashboard load, will slow down dashboard load time</tip>
<selectclass="input-medium tight-form-input last"ng-model="current.multiFormat"ng-change="runQuery()"ng-options="f for f in ['glob', 'regex values', 'lucene', 'pipe']"></select>
<selectclass="gf-form-input"ng-model="current.multiFormat"ng-change="runQuery()"ng-options="f for f in ['glob', 'regex values', 'lucene', 'pipe']"></select>
<inputtype="text"style="width: 588px"class="input-xxlarge tight-form-input last"ng-model='current.tagsQuery'placeholder="metric name or tags query"ng-model-onblur></input>