Updated Branches:
  refs/heads/master 36d7b49d5 -> ea717c18c

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/ea717c18
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ea717c18
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ea717c18

Branch: refs/heads/master
Commit: ea717c18ceb2d8abc21684017375213c52a4eb60
Parents: 36d7b49
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:53:30 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ea717c18/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