mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +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();
|
||||
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);
|
||||
}
|
||||
else { //*** ISO ***
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user