mirror of https://github.com/apache/cloudstack.git
CS-16413: cloudstack UI - domain page - pass details=min to listAccounts API.
This commit is contained in:
parent
b885809638
commit
80ad7dd930
|
|
@ -352,7 +352,9 @@
|
|||
$.ajax({
|
||||
url: createURL("listAccounts&domainid=" + domainObj.id),
|
||||
async: false,
|
||||
dataType: "json",
|
||||
data: {
|
||||
details: 'min'
|
||||
},
|
||||
success: function(json) {
|
||||
var items = json.listaccountsresponse.account;
|
||||
var total;
|
||||
|
|
|
|||
Loading…
Reference in New Issue