Преглед изворни кода

alert_tab: clear test result when testing rules

closes #9539
bergquist пре 8 година
родитељ
комит
9de4d0fa6b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      public/app/features/alerting/alert_tab_ctrl.ts

+ 1 - 0
public/app/features/alerting/alert_tab_ctrl.ts

@@ -383,6 +383,7 @@ export class AlertTabCtrl {
 
   test() {
     this.testing = true;
+    this.testResult = false;
 
     var payload = {
       dashboard: this.dashboardSrv.getCurrent().getSaveModelClone(),