From 91b180168e04b2395f467cbc5ea1f98d1c00235e Mon Sep 17 00:00:00 2001 From: bergquist Date: Sat, 1 Oct 2016 15:50:50 +0200 Subject: [PATCH] tech(notifications): remove unused filter markup --- public/app/features/alerting/notification_edit_ctrl.ts | 5 ----- public/app/features/alerting/partials/notification_edit.html | 5 +---- 2 files changed, 1 insertion(+), 9 deletions(-) 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 @@
-
- -
-
+