CLOUDSTACK-5345: UI > Virtual Routers > Group by account > pass listAll=true to listAccounts API.

This commit is contained in:
Jessica Wang 2013-12-23 12:19:53 -08:00
parent 1e0ed7d5f8
commit 8f9342425d
1 changed files with 1 additions and 1 deletions

View File

@ -9170,7 +9170,7 @@
}
}
$.ajax({
url: createURL("listAccounts&page=" + args.page + "&pagesize=" + pageSize + array1.join("")),
url: createURL("listAccounts&listAll=true&page=" + args.page + "&pagesize=" + pageSize + array1.join("")),
success: function (json) {
var accountObjs = json.listaccountsresponse.account;
if (accountObjs != null) {