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

This commit is contained in:
Jessica Wang 2013-08-09 14:51:26 -07:00
parent e547b9f4cc
commit 322b17a69d
1 changed files with 1 additions and 1 deletions

View File

@ -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)