Removed accordions from jobs page.

This commit is contained in:
Chris Houseknecht
2014-05-03 21:31:22 -04:00
parent 21d0b6301e
commit b2b0f67c65
13 changed files with 201 additions and 91 deletions

View File

@@ -732,6 +732,14 @@ function(UpdatePlayStatus, UpdateHostStatus, UpdatePlayChild, AddHostResult, Sel
setTimeout( function() { $('#hosts-table-detail').mCustomScrollbar("scrollTo", "bottom"); }, 700);
}, 100);
};
}])
.factory('GetHostSummary', [ function() {
}])
.factory('DrawGraph', [ function() {
}]);