mirror of https://github.com/apache/cloudstack.git
2.1 old UI - fix error "pagesize parameter is required when page is specified".
This commit is contained in:
parent
0547b890d4
commit
05ce5e771c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue