<selectclass="gf-form-input"ng-model="threshold.severity"ng-options="f for f in ['critical', 'warning', 'ok']"ng-change="ctrl.render()"></select>
<selectclass="gf-form-input"ng-model="threshold.colorMode"ng-options="f for f in ['custom', 'critical', 'warning', 'ok']"ng-change="ctrl.render()"></select>