mirror of https://github.com/apache/cloudstack.git
Dedicate POD -UI and API integration code
This commit is contained in:
parent
25643459af
commit
aab0bb4d31
|
|
@ -8600,7 +8600,7 @@
|
|||
dataType:"json",
|
||||
success:function(json){
|
||||
var dedicatedObj = json.dedicatepodresponse.host;
|
||||
args.response.success({data:item});
|
||||
args.response.success({ data: $.extend(item, dedicatedObj)});
|
||||
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue