<selectclass="input-small tight-form-input"ng-model="current.type"ng-options="f for f in ['query', 'interval', 'custom']"ng-change="typeChanged()"></select>
Auto interval steps <tip>How many steps, roughly, the interval is rounded and will not always match this count<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>
</div>
</div>
<divng-show="current.type === 'custom'">
<divclass="editor-row">
<divclass="editor-option">
<labelclass="small">Values seperated by comma</label>
<selectclass="input-medium"ng-model="current.allFormat"ng-change="runQuery()"ng-options="f for f in ['glob', 'wildcard', 'regex wildcard', 'regex values']"></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']"></select>
<selectclass="input-small tight-form-input last"ng-model="current.multiFormat"ng-change="runQuery()"ng-options="f for f in ['glob', 'regex values']"></select>