Ver Fonte

alert_tab: clear test result when testing rules

closes #9539
bergquist há 8 anos atrás
pai
commit
9de4d0fa6b
1 ficheiros alterados com 1 adições e 0 exclusões
  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(),