mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
Graph Panel: Fixed typo in thresholds form (#21903)
This commit is contained in:
parent
959c49f6d8
commit
bb8e15ceab
@ -1,7 +1,7 @@
|
||||
<div class="gf-form-group">
|
||||
<p class="muted" ng-show="ctrl.disabled">
|
||||
Visual thresholds options <strong>disabled.</strong>
|
||||
Visit the Alert tab update your thresholds. <br>
|
||||
Visit the Alert tab to update your thresholds.<br>
|
||||
To re-enable thresholds, the alert rule must be deleted from this panel.
|
||||
</p>
|
||||
<div ng-class="{'thresholds-form-disabled': ctrl.disabled}">
|
||||
|
Loading…
Reference in New Issue
Block a user