<selecttype="text"ng-model="orgUser.role"class="gf-form-input max-width-8"ng-options="f for f in ['Viewer', 'Editor', 'Read Only Editor', 'Admin']"ng-change="updateOrgUser(orgUser)">
</select>
<divclass="gf-form">
<spanclass="gf-form-select-wrapper">
<selecttype="text"ng-model="orgUser.role"class="gf-form-input max-width-8"ng-options="f for f in ['Viewer', 'Editor', 'Read Only Editor', 'Admin']"ng-change="updateOrgUser(orgUser)">
<selecttype="text"ng-model="newOrg.role"class="gf-form-input width-10"ng-options="f for f in ['Viewer', 'Editor', 'Read Only Editor', 'Admin']"></select>
<spanclass="gf-form-label">Role</span>
<spanclass="gf-form-select-wrapper">
<selecttype="text"ng-model="newOrg.role"class="gf-form-input width-10"ng-options="f for f in ['Viewer', 'Editor', 'Read Only Editor', 'Admin']"></select>
<selecttype="text"ng-model="org.role"class="gf-form-input max-width-12"ng-options="f for f in ['Viewer', 'Editor', 'Read Only Editor', 'Admin']"ng-change="updateOrgUser(org)">
</select>
<divclass="gf-form">
<spanclass="gf-form-select-wrapper">
<selecttype="text"ng-model="org.role"class="gf-form-input max-width-12"ng-options="f for f in ['Viewer', 'Editor', 'Read Only Editor', 'Admin']"ng-change="updateOrgUser(org)">
<selecttype="text"ng-model="user.role"class="gf-form-input"ng-options="f for f in ['Viewer', 'Editor', 'Read Only Editor', 'Admin']"ng-change="ctrl.updateOrgUser(user)">
<selectclass="gf-form-input gf-size-auto"ng-model="ctrl.current.jsonData.interval"ng-options="f.value as f.name for f in ctrl.indexPatternTypes"ng-change="ctrl.indexPatternTypeChanged()"></select>
<spanclass="gf-form-label width-9">Pattern</span>
<spanclass="gf-form-select-wrapper">
<selectclass="gf-form-input gf-size-auto"ng-model="ctrl.current.jsonData.interval"ng-options="f.value as f.name for f in ctrl.indexPatternTypes"ng-change="ctrl.indexPatternTypeChanged()"></select>
</span>
</div>
</div>
...
...
@@ -22,8 +24,10 @@
</div>
<divclass="gf-form">
<spanclass="gf-form-label width-9">Version</span>
<selectclass="gf-form-input gf-size-auto"ng-model="ctrl.current.jsonData.esVersion"ng-options="f.value as f.name for f in ctrl.esVersions"></select>
<spanclass="gf-form-label width-9">Version</span>
<spanclass="gf-form-select-wrapper">
<selectclass="gf-form-input gf-size-auto"ng-model="ctrl.current.jsonData.esVersion"ng-options="f.value as f.name for f in ctrl.esVersions"></select>
This option controls what functions are available in the Graphite query editor.
</info-popover>
</span>
<selectclass="gf-form-input gf-size-auto"ng-model="ctrl.current.jsonData.graphiteVersion"ng-options="f.value as f.name for f in ctrl.graphiteVersions"></select>
<spanclass="gf-form-select-wrapper">
<selectclass="gf-form-input gf-size-auto"ng-model="ctrl.current.jsonData.graphiteVersion"ng-options="f.value as f.name for f in ctrl.graphiteVersions"></select>