You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2013/12/23 21:20:12 UTC

git commit: updated refs/heads/4.3 to d8ee318

Updated Branches:
  refs/heads/4.3 2a56f64d9 -> d8ee31877


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


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

Branch: refs/heads/4.3
Commit: d8ee31877f9da8193a10e24705e6b53f36f6c5a5
Parents: 2a56f64
Author: Jessica Wang <je...@apache.org>
Authored: Mon Dec 23 12:19:53 2013 -0800
Committer: Jessica Wang <je...@apache.org>
Committed: Mon Dec 23 12:19:53 2013 -0800

----------------------------------------------------------------------
 ui/scripts/system.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d8ee3187/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index fc1e171..be0c16e 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -8611,7 +8611,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) {