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
a5f26969e5
commit
17c8b648b8
|
|
@ -288,7 +288,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