<selectclass="gf-form-input"ng-model="editor.panel.transform"ng-options="k as v.description for (k, v) in editor.transformers"ng-change="editor.transformChanged()"></select>
</div>
</div>
<divclass="gf-form-inline">
...
...
@@ -64,33 +56,22 @@
<h5class="section-heading">Column Styles</h5>
<divng-repeat="style in editor.panel.styles">
<divclass="gf-form-inline">
<divclass="gf-form max-width-19">
<labelclass="gf-form-label width-8">Name or regex</label>
<inputtype="text"class="gf-form-input"
ng-model="style.pattern"
bs-typeahead="editor.getColumnNames"
ng-blur="editor.render()"
data-min-length=0data-items=100ng-model-onblur>
</div>
<divclass="gf-form max-width-18">
<labelclass="gf-form-label width-8">Type</label>
<divclass="gf-form-select-wrapper max-width-10">
<selectclass="gf-form-input"
ng-model="style.type"
ng-options="c.value as c.text for c in editor.columnTypes"