Explorar o código

alert_tab: clear test result when testing rules

closes #9539
bergquist %!s(int64=8) %!d(string=hai) anos
pai
achega
9de4d0fa6b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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(),