|
|
@@ -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,
|