search for: old_nic

Displaying 1 result from an estimated 1 matches for "old_nic".

Did you mean: old_dir
2009 Jul 30
1
[PATCH server] fixes to the multiple vm/nets component
..."){ + + // update nic attributes + nic = find_nic_by_id(e.target.value); + nic.selected = true; + nic.row = row; + + // update old nic attributes if neccessary + if(current_network_selectbox_value != ""){ + old_nic = find_nic_by_id(current_network_selectbox_value); + old_nic.selected = false; + old_nic.row = null; + } + + // remove the value from all other selectboxes + $('.vm_network_config_select:not(#vm_network_config_select_'+row+'...