mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
bug 7018: response of listDiskOfferings API was changed. This is related UI change.
This commit is contained in:
parent
210e828a46
commit
8d925faf7a
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user