<labelclass="small">Auto interval steps <tip>The number of times the time range should be divided to calculate the interval<tip></label>
<selectclass="input-mini"ng-model="current.auto_count"ng-options="f for f in [3,4,5,6,7,8,9,10,13,15,16,20,25,30,35,40,50,100,200]"ng-change="runQuery()"></select>
<selectclass="input-medium"ng-model="current.allFormat"ng-change="runQuery()"ng-options="f for f in ['glob', 'wildcard', 'regex wildcard', 'regex all values', 'comma list', 'custom']"ng-change="typeChanged()"></select>
<selectclass="input-medium"ng-model="current.allFormat"ng-change="runQuery()"ng-options="f for f in ['glob', 'wildcard', 'regex wildcard', 'regex all values', 'comma list', 'custom']"></select>