Merge branch 'master' of github.com:grafana/grafana

This commit is contained in:
Torkel Ödegaard
2016-09-13 16:25:48 +02:00
2 changed files with 21 additions and 1 deletions

View File

@@ -128,7 +128,11 @@ export class AlertTabCtrl {
return;
}
this.alertNotifications.push({name: model.name, iconClass: this.getNotificationIcon(model.type)});
this.alertNotifications.push({
name: model.name,
iconClass: this.getNotificationIcon(model.type),
isDefault: false
});
this.alert.notifications.push({id: model.id});
// reset plus button