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:
parent
51c5872175
commit
36bc389e96
@ -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("");
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user