mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(alerting): show alertin state in panel header, closes #6136
This commit is contained in:
@@ -13,7 +13,7 @@ export class ThresholdFormCtrl {
|
||||
constructor($scope) {
|
||||
this.panel = this.panelCtrl.panel;
|
||||
|
||||
if (this.panel.alert && this.panel.alert.enabled) {
|
||||
if (this.panel.alert) {
|
||||
this.disabled = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user