----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12832/ -----------------------------------------------------------
Review request for mesos. Repository: mesos-git Description ------- Iterate over all offers only once Offers are first appended to "$scope.offers" while iterating over each framework, and then "$scope.offers" is iterated to calculate stats. The stats can instead be calculated at the same time the offers are appended to "$scope.offers" to save an iteration. Diffs ----- src/webui/master/static/js/controllers.js dae12b61001ff0c7379169242e5d125ef6ca141b Diff: https://reviews.apache.org/r/12832/diff/ Testing ------- Thanks, Ross Allen
