diff --git a/public/app/features/alerting/notification_edit_ctrl.ts b/public/app/features/alerting/notification_edit_ctrl.ts index de5703a0631..593dbef20f7 100644 --- a/public/app/features/alerting/notification_edit_ctrl.ts +++ b/public/app/features/alerting/notification_edit_ctrl.ts @@ -7,7 +7,6 @@ import config from 'app/core/config'; export class AlertNotificationEditCtrl { model: any; - showTest: boolean = false; testSeverity: string = "critical"; /** @ngInject */ @@ -53,10 +52,6 @@ export class AlertNotificationEditCtrl { this.model.settings = {}; } - toggleTest() { - this.showTest = !this.showTest; - } - testNotification() { var payload = { name: this.model.name, diff --git a/public/app/features/alerting/partials/notification_edit.html b/public/app/features/alerting/partials/notification_edit.html index 65964b2c7c4..9292ada852a 100644 --- a/public/app/features/alerting/partials/notification_edit.html +++ b/public/app/features/alerting/partials/notification_edit.html @@ -74,10 +74,7 @@
-
- -
-
+