Hi.
today i tried to patch oneflow as Carlos said at:
http://dev.opennebula.org/issues/3177
[code] ----------------------------
$.each(service_template_json.DOCUMENT.TEMPLATE.BODY.roles,
function(index, role){
var div_id = "user_input_role_"+index;
tmp_json = {};
retrieveWizardFields($("#"+div_id, dialog), tmp_json);
// alfeijoo //
$.each(role.elasticity_policies, function(i, pol){
pol.expression = htmlDecode(pol.expression);
});
// alfeijoo //
role.user_inputs_values = tmp_json;
extra_info.merge_template.roles.push(role);
});
[/code] ---------------------------
but the problems remain.. something that i did wrong?
Thanks in advance.
-
--
Alejandro Feijóo Fraga
Systems Technician
CESGA
_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org