alert_tab: clear test result when testing rules

closes #9539

(cherry picked from commit 9de4d0fa6b)
This commit is contained in:
bergquist
2017-10-16 10:34:59 +02:00
parent 5ebfd1e5ab
commit 7403fa0fa7
@@ -383,6 +383,7 @@ export class AlertTabCtrl {
test() {
this.testing = true;
this.testResult = false;
var payload = {
dashboard: this.dashboardSrv.getCurrent().getSaveModelClone(),