diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 15b61b90acc..4b4acb6acbc 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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;