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:
parent
505b0b9a6a
commit
5e44627ecc
@ -3652,6 +3652,8 @@ function initialize_create_template_dialog(dialog) {
|
||||
}
|
||||
|
||||
addSectionJSON(vm_json,$('#capacityTab',dialog));
|
||||
vm_json["DESCRIPTION"] = $('#DESCRIPTION',$('#capacityTab',dialog)).val();
|
||||
|
||||
//
|
||||
// OS
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user