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

Bug #3177: Fix regex error for flow template instantiate in cloud view

This commit is contained in:
Carlos Martín 2014-10-31 16:31:25 +01:00
parent 61f7fe1650
commit 5146896e6f

View File

@ -6530,6 +6530,11 @@ $(document).ready(function(){
}
var role_template = $(this).data("opennebula");
$.each(role_template.elasticity_policies, function(i, pol){
pol.expression = htmlDecode(pol.expression);
});
roles.push($.extend(role_template, {
"cardinality": $(".cardinality_value", $(this)).text(),
"user_inputs_values": user_inputs_values