mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
new UI - VM creation - fix a bug that last step showed "[object]" in disk offering.
This commit is contained in:
parent
52d2111ed3
commit
3999621086
@ -788,7 +788,7 @@ function initVMWizard() {
|
|||||||
|
|
||||||
var diskOfferingName = $diskOfferingElement.find("#name").text();
|
var diskOfferingName = $diskOfferingElement.find("#name").text();
|
||||||
if(checkedRadioButton.parent().attr("id") == "vm_popup_disk_offering_template_custom")
|
if(checkedRadioButton.parent().attr("id") == "vm_popup_disk_offering_template_custom")
|
||||||
diskOfferingName += (" " + $diskOfferingElement.find("#custom_disk_size") + " MB");
|
diskOfferingName += (" (Disk Size: " + $diskOfferingElement.find("#custom_disk_size").val() + " MB)");
|
||||||
$thisPopup.find("#wizard_review_disk_offering").text(diskOfferingName);
|
$thisPopup.find("#wizard_review_disk_offering").text(diskOfferingName);
|
||||||
}
|
}
|
||||||
else { //*** ISO ***
|
else { //*** ISO ***
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user