Displaying 1 result from an estimated 1 matches for "vm_network_config_model_".
Did you mean:
vm_network_config_model
2010 Sep 21
1
[PATCH] Introduce ability to select any kind of nic model, not just default or virtio.
...mac_<%= i %>" ></input>
</div>
- <div class="vm_network_config_ip">
-
+ <div class="vm_network_config_model">
+ <select name="models[]" id="vm_network_config_model_<%= i %>" class="vm_network_config_select">
+ <% @nic_models.each { |model| %>
+ <option value="<%= model %>"><%= model %></option>
+ <% } %>
+ </select>...