bug 7018: response of listDiskOfferings API was changed. This is related UI change.

This commit is contained in:
Jessica Wang 2011-01-19 15:19:27 -08:00
parent 210e828a46
commit 8d925faf7a

View File

@ -112,7 +112,7 @@ function afterLoadVolumeJSP() {
$("#dialog_add_volume").find("#volume_diskoffering").unbind("change").bind("change", function(event) {
var jsonObj = $(this).find("option:selected").data("jsonObj");
if(jsonObj.isCustomized == true) {
if(jsonObj.iscustomized == true) {
$("#dialog_add_volume").find("#size_container").show();
}
else {