|
@@ -130,7 +130,11 @@ export class AlertTabCtrl {
|
|
|
return;
|
|
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});
|
|
this.alert.notifications.push({id: model.id});
|
|
|
|
|
|
|
|
// reset plus button
|
|
// reset plus button
|