fix(UI): fixed 3 UI bugs, fixes #6225

This commit is contained in:
Torkel Ödegaard
2016-10-11 09:51:43 +02:00
parent 6b16fcea52
commit 7b70e0ff3a
4 changed files with 31 additions and 8 deletions

View File

@@ -315,6 +315,7 @@ export class AlertTabCtrl {
this.alert = null;
this.panel.thresholds = [];
this.conditionModels = [];
this.panelCtrl.alertState = null;
this.panelCtrl.render();
}
});