mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'master' of github.com:grafana/grafana
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user