Network Offering page - corresponding UI change after updateNetworkOffering API is fixed.

This commit is contained in:
Jessica Wang 2010-12-14 15:07:28 -08:00
parent 3a8ab080ff
commit c64abad8c5

View File

@ -90,7 +90,7 @@ function doEditNetworkOffering2($actionLink, $detailsTab, $midmenuItem1, $readon
data: createURL("command=updateNetworkOffering&id="+id+array1.join("")),
dataType: "json",
success: function(json) {
var jsonObj = json.updateNetworkOfferingresponse.networkoffering;
var jsonObj = json.updatenetworkofferingresponse.networkoffering;
networkOfferingToMidmenu(jsonObj, $midmenuItem1);
networkOfferingToRightPanel($midmenuItem1);