<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 tight-form-input last"ng-model="current.allFormat"ng-change="runQuery()"ng-options="f for f in ['glob', 'wildcard', 'regex wildcard', 'regex values']"></select>
</li>
</ul>
<divclass="clearfix"></div>
</div>
<divclass="editor-row"style="margin: 15px 0">
<editor-opt-booltext="Refresh on load"show-if="current.type === 'query'"
tip="Check if you want values to be updated on dashboard load, will slow down dashboard load time"
<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-small tight-form-input last"ng-model="current.multiFormat"ng-change="runQuery()"ng-options="f for f in ['glob', 'regex values']"></select>
</li>
</ul>
<divclass="clearfix"></div>
</div>
</div>
<divclass="section">
<h5>Multi-value selection <tip>Enables multiple values to be selected at the same time</tip></h5>