alert_tab: clear test result when testing rules

closes #9539
This commit is contained in:
bergquist 2017-10-16 10:31:09 +02:00
parent eb4e71e2c6
commit 9de4d0fa6b

View File

@ -383,6 +383,7 @@ export class AlertTabCtrl {
test() {
this.testing = true;
this.testResult = false;
var payload = {
dashboard: this.dashboardSrv.getCurrent().getSaveModelClone(),