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:
parent
61f7fe1650
commit
5146896e6f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user