ソースを参照

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(),