1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Fix description value in the template wizard

This commit is contained in:
Daniel Molina 2014-04-11 16:19:10 +02:00
parent 505b0b9a6a
commit 5e44627ecc

View File

@ -3652,6 +3652,8 @@ function initialize_create_template_dialog(dialog) {
}
addSectionJSON(vm_json,$('#capacityTab',dialog));
vm_json["DESCRIPTION"] = $('#DESCRIPTION',$('#capacityTab',dialog)).val();
//
// OS
//