Updated Branches:
  refs/heads/4.2 e547b9f4c -> 322b17a69

CLOUDSTACK-4218: UI > Infrastructure > zone > UCS > UCS manager details tab - 
fix a bug that passed wrong id to listUcsManagers API.


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

Branch: refs/heads/4.2
Commit: 322b17a69d67d2ae409e88fa8dacff9889f1cc8f
Parents: e547b9f
Author: Jessica Wang <jessicaw...@apache.org>
Authored: Fri Aug 9 14:51:26 2013 -0700
Committer: Jessica Wang <jessicaw...@apache.org>
Committed: Fri Aug 9 14:52:49 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/322b17a6/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 9eac340..ffac3c1 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -13850,7 +13850,7 @@
                                     $.ajax({
                                        url: createURL('listUcsManagers'),
                                        data: {
-                                               id: 
args.context.physicalResources[0].id 
+                                               id: 
args.context.ucsManagers[0].id 
                                                    },                          
            
                                         success: function(json) {
                                             //for testing only (begin)

Reply via email to