<divng-if="ctrl.current.readOnly"class="grafana-info-box span8">Disclaimer. This datasource was added by config and cannot be modified using the UI. Please contact your server admin to update this datasource.</div>
<selectclass="gf-form-input"ng-model="ctrl.current.type"ng-options="v.id as v.name for v in ctrl.types"ng-change="ctrl.userChangedType()"></select>
<selectclass="gf-form-input"ng-model="ctrl.current.type"ng-disabled="ctrl.current.readOnly"ng-options="v.id as v.name for v in ctrl.types"ng-change="ctrl.userChangedType()"></select>
<buttontype="submit"class="btn btn-success width-8"ng-disabled="ctrl.current.readOnly"ng-show="!ctrl.isNew"ng-click="ctrl.saveChanges()">Save & Test</button>