diff --git a/ui/2.1/scripts/cloud.core.js b/ui/2.1/scripts/cloud.core.js index 91916e16348..9fd5939de7f 100644 --- a/ui/2.1/scripts/cloud.core.js +++ b/ui/2.1/scripts/cloud.core.js @@ -271,7 +271,7 @@ function listItems(submenuContent, commandString, jsonResponse1, jsonResponse2, index = 0; $.ajax({ - data: createURL(commandString), + data: createURL(commandString+"&pagesize="+pageSize), dataType: "json", async: false, success: function(json) {