Merge branch 'alerting' of github.com:grafana/grafana into alerting

This commit is contained in:
Torkel Ödegaard
2016-08-12 10:32:58 +02:00
14 changed files with 33 additions and 112 deletions

View File

@@ -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));