From 8d925faf7afe43534db2d22be980ac7c0aa4885d Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Wed, 19 Jan 2011 15:19:27 -0800 Subject: [PATCH] bug 7018: response of listDiskOfferings API was changed. This is related UI change. --- ui/scripts/cloud.core.volume.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/cloud.core.volume.js b/ui/scripts/cloud.core.volume.js index 70105e4bf3f..a8fe7165823 100644 --- a/ui/scripts/cloud.core.volume.js +++ b/ui/scripts/cloud.core.volume.js @@ -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 {