Updated Branches:
  refs/heads/master b88580963 -> 80ad7dd93

CS-16413: cloudstack UI - domain page - pass details=min to listAccounts API.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/80ad7dd9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/80ad7dd9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/80ad7dd9

Branch: refs/heads/master
Commit: 80ad7dd930d21b7408e31599eea34d5b0c831bc4
Parents: b885809
Author: Jessica Wang <[email protected]>
Authored: Thu Sep 27 15:06:57 2012 -0700
Committer: Jessica Wang <[email protected]>
Committed: Thu Sep 27 15:09:04 2012 -0700

----------------------------------------------------------------------
 ui/scripts/domains.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/80ad7dd9/ui/scripts/domains.js
----------------------------------------------------------------------
diff --git a/ui/scripts/domains.js b/ui/scripts/domains.js
index 242a7bc..02471b6 100644
--- a/ui/scripts/domains.js
+++ b/ui/scripts/domains.js
@@ -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;

Reply via email to