CLOUDSTACK-5733: UI > Virtual Routers > group by zone/pod/cluster > remove redundant code.

This commit is contained in:
Jessica Wang 2014-01-08 15:03:32 -08:00
parent da260d17f1
commit 7003f0b0df
1 changed files with 0 additions and 10 deletions

View File

@ -19015,16 +19015,6 @@
routerCountFromAllPages += json.listroutersresponse.count;
groupbyObj.routerCount = routerCountFromAllPages;
routerCountFromFirstPageToCurrentPage += json.listroutersresponse.router.length;
} else {
groupbyObj.routerCount = routerCountFromAllPages;
}
if (json.listroutersresponse.count != undefined) {
routerCountFromAllPages += json.listroutersresponse.count;
groupbyObj.routerCount = routerCountFromAllPages;
routerCountFromFirstPageToCurrentPage += json.listroutersresponse.router.length;
var items = json.listroutersresponse.router;