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

B #5079 Displayed advanced parameters per Role (#234)

This commit is contained in:
juanmont 2017-03-27 18:51:20 +02:00 committed by Tino Vázquez
parent 80b0991cc9
commit 0d6259e009

View File

@ -399,7 +399,6 @@ define(function(require) {
$(".networks_role", role_section).show();
}
$(".vm_template_contents", role_section).val("");
$.each(selected_networks, function(){
$(".service_network_checkbox[value='"+this+"']", role_section).attr('checked', true).change();