diff --git a/public/app/features/alerting/AlertTabCtrl.ts b/public/app/features/alerting/AlertTabCtrl.ts index 96b1cab5a70..9a0baf00b75 100644 --- a/public/app/features/alerting/AlertTabCtrl.ts +++ b/public/app/features/alerting/AlertTabCtrl.ts @@ -237,7 +237,6 @@ export class AlertTabCtrl { for (const notification of this.notifications) { if (notification.isDefault) { notification.iconClass = this.getNotificationIcon(notification.type); - notification.bgColor = '#00678b'; this.alertNotifications.push(notification); } } diff --git a/public/app/features/alerting/partials/alert_tab.html b/public/app/features/alerting/partials/alert_tab.html index 2e5e66c744a..5dddf12e41b 100644 --- a/public/app/features/alerting/partials/alert_tab.html +++ b/public/app/features/alerting/partials/alert_tab.html @@ -139,8 +139,9 @@ Send to
- -  {{nc.name}}  + + +  {{nc.name}} (default)