You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="gf-form-inline" ng-repeat="threshold in ctrl.panel.thresholds">
137
-
<divclass="gf-form">
138
-
<labelclass="gf-form-label">T{{$index+1}}</label>
139
-
</div>
136
+
<p>Visual Thresholds are <strong>disabled.</strong><br>To re-enable thresholds, alerting must be turned off. Visit the Alert tab to update your config.</p>
137
+
<divclass="blur">
138
+
<divclass="gf-form-inline" ng-repeat="threshold in ctrl.panel.thresholds">
139
+
<divclass="gf-form">
140
+
<labelclass="gf-form-label">T{{$index+1}}</label>
141
+
</div>
140
142
141
-
<divclass="gf-form">
142
-
<divclass="gf-form-select-wrapper">
143
-
<selectclass="gf-form-input" ng-model="threshold.op" ng-options="f for f in ['>', '<']" ng-change="ctrl.render()"></select>
143
+
<divclass="gf-form">
144
+
<divclass="gf-form-select-wrapper">
145
+
<selectclass="gf-form-input" ng-model="threshold.op" ng-options="f for f in ['>', '<']" 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>
150
+
<divclass="gf-form">
151
+
<labelclass="gf-form-label">Color</label>
152
+
<divclass="gf-form-select-wrapper">
153
+
<selectclass="gf-form-input" ng-model="threshold.colorMode" ng-options="f for f in ['custom', 'critical', 'warning', 'ok']" ng-change="ctrl.render()"></select>
0 commit comments