Skip to content

Commit

Permalink
alert_tab: clear test result when testing rules
Browse files Browse the repository at this point in the history
closes #9539

(cherry picked from commit 9de4d0f)
  • Loading branch information
bergquist committed Oct 16, 2017
1 parent 5ebfd1e commit 7403fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/app/features/alerting/alert_tab_ctrl.ts
Expand Up @@ -383,6 +383,7 @@ export class AlertTabCtrl {

test() {
this.testing = true;
this.testResult = false;

var payload = {
dashboard: this.dashboardSrv.getCurrent().getSaveModelClone(),
Expand Down

0 comments on commit 7403fa0

Please sign in to comment.