<divclass="edit-tab-content"ng-repeat="style in editor.panel.styles"ng-if="editor.activeStyleIndex === $index">
<divclass="section gf-form-group">
<h5class="section-heading">Options</h5>
<divclass="gf-form-inline">
<divclass="gf-form">
<labelclass="gf-form-label width-13">Apply to columns named</label>
<inputtype="text"placeholder="Name or regex"class="gf-form-input width-13"ng-model="style.pattern"bs-tooltip="'Specify regex using /my.*regex/ syntax'"bs-typeahead="editor.getColumnNames"ng-blur="editor.render()"data-min-length=0data-items=100ng-model-onblurdata-placement="right">
<divclass="form-tabs-content"ng-repeat="style in editor.panel.styles"ng-if="editor.activeStyleIndex === $index">
<divclass="section gf-form-group">
<h5class="section-heading">Options</h5>
<divclass="gf-form-inline">
<divclass="gf-form">
<labelclass="gf-form-label width-13">Apply to columns named</label>
<inputtype="text"placeholder="Name or regex"class="gf-form-input width-13"ng-model="style.pattern"bs-tooltip="'Specify regex using /my.*regex/ syntax'"bs-typeahead="editor.getColumnNames"ng-blur="editor.render()"data-min-length=0data-items=100ng-model-onblurdata-placement="right">