add event processing for stats and host status components

This commit is contained in:
Jake McDermott
2018-03-23 11:38:20 -04:00
parent faa33e0bec
commit 450eaeca96
19 changed files with 227 additions and 118 deletions

View File

@@ -250,7 +250,6 @@ function JobRenderService ($q, $sce, $window) {
this.clear = () => {
const elements = this.el.children();
return this.remove(elements);
};