mirror of https://github.com/apache/cloudstack.git
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:
parent
e547b9f4cc
commit
322b17a69d
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue