mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5345: UI > Virtual Routers > Group by account > pass listAll=true to listAccounts API.
This commit is contained in:
parent
1e0ed7d5f8
commit
8f9342425d
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue