search for: vm_network_config_row_

Displaying 2 results from an estimated 2 matches for "vm_network_config_row_".

Did you mean: vm_network_config_row
2009 Jul 30
1
[PATCH server] fixes to the multiple vm/nets component
...fig_add"> - Add Another Network - </div> + + <div id="vm_network_config_networks"> + <%# add number of rows equal to nics.size, initially only show first %> + <% (0... at nics.size).each { |i| %> + <div id="vm_network_config_row_<%= i %>" class="vm_network_config_row" + <% if i != 0 %>style="display: none;"<%end%> > + + <div class="vm_network_config_net"> + <select name="networks[]" id="vm_network_config_s...
2009 Jun 30
0
[PATCH server] permit many-to-many vms / networks relationship
...= vm_network_config_rows; + + // create the content for another row to be added to the vm_network_config_networks div above. + // currently a row has a network select box, a mac text field, and an ip address field if a static network is selected + var content = '<div id="vm_network_config_row_'+vm_network_config_rows+'" class="vm_network_config_row">'; + content += ' <div class="vm_network_config_net">'; + content += ' <select id="vm_network_config_network_select_'+vm_network_config_rows+'" c...