mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'alerting' of github.com:grafana/grafana into alerting
This commit is contained in:
@@ -111,7 +111,6 @@ export class AlertTabCtrl {
|
||||
|
||||
var defaultName = this.panel.title + ' alert';
|
||||
alert.name = alert.name || defaultName;
|
||||
alert.description = alert.description || defaultName;
|
||||
|
||||
this.conditionModels = _.reduce(alert.conditions, (memo, value) => {
|
||||
memo.push(this.buildConditionModel(value));
|
||||
|
||||
Reference in New Issue
Block a user