1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-25 06:03:36 +03:00

bug #3687: Reset custom attrs container

This commit is contained in:
Daniel Molina 2015-03-18 17:02:59 +01:00
parent 51c5872175
commit 36bc389e96

View File

@ -6328,6 +6328,8 @@ $(document).ready(function(){
generate_custom_attrs(
$(".provision_custom_attributes_selector", create_vm_context),
template_json.VMTEMPLATE.TEMPLATE.USER_INPUTS);
} else {
$(".provision_custom_attributes_selector", create_vm_context).html("");
}
}
})
@ -6641,6 +6643,8 @@ $(document).ready(function(){
generate_custom_attrs(
$(".provision_custom_attributes_selector", role_context),
template_json.VMTEMPLATE.TEMPLATE.USER_INPUTS);
} else {
$(".provision_custom_attributes_selector", role_context).html("");
}
}
})