search for: select_with_label

Displaying 6 results from an estimated 6 matches for "select_with_label".

2010 Feb 25
2
[PATCH] Enhance vms display
...ection"> - <%= text_field_with_label "Name:", "vm", "description", {:style=>"width:250px;"} %> - <%= text_field_with_label "UUID:", "vm", "uuid", {:style=>"width:250px;"} %> - <%= select_with_label "Operating System:", 'vm', 'provisioning_and_boot_settings', @provisioning_options, :style=>"width:250px;" %> + <%= text_field_with_label "Name:", "vm", "description" %> + <%= text_field_with_label "UUID:&q...
2009 Jun 19
0
[PATCH server] add toggable sections to vm form
...are_pool %> - <%= text_field_with_label "Name:", "vm", "description", {:style=>"width:250px;"} %> - <%= text_field_with_label "UUID:", "vm", "uuid", {:style=>"width:250px;"} %> - <%= select_with_label "Operating System:", 'vm', 'provisioning_and_boot_settings', @provisioning_options, :style=>"width:250px;" %> - <% if controller.action_name == "edit" %><b style="color: #FF0000">*Warning* Editing provision could overwrite...
2009 Jul 24
2
[PATCH server] add collapsable sections to vm form
...ection"> <%= text_field_with_label "Name:", "vm", "description", {:style=>"width:250px;"} %> <%= text_field_with_label "UUID:", "vm", "uuid", {:style=>"width:250px;"} %> <%= select_with_label "Operating System:", 'vm', 'provisioning_and_boot_settings', @provisioning_options, :style=>"width:250px;" %> <% if controller.action_name == "edit" %><b style="color: #FF0000">*Warning* Editing provision could overwrite...
2009 Jun 19
1
[PATCH server] add collapsable sections to vm form
...config"> <%= text_field_with_label "Name:", "vm", "description", {:style=>"width:250px;"} %> <%= text_field_with_label "UUID:", "vm", "uuid", {:style=>"width:250px;"} %> <%= select_with_label "Operating System:", 'vm', 'provisioning_and_boot_settings', @provisioning_options, :style=>"width:250px;" %> <% if controller.action_name == "edit" %><b style="color: #FF0000">*Warning* Editing provision could overwrite...
2009 Oct 06
0
[PATCH server] new host networking wui
...--- a/src/app/views/host/edit_network.rhtml +++ b/src/app/views/host/edit_network.rhtml @@ -6,80 +6,543 @@ Select and edit nics and bonded interfaces on <%= @host.hostname %> <%- end -%> -<div id="select-host-nic" class="popup-content-selection"> -<%= select_with_label "NICs", "nic", "id", - @host.nics. - collect{ |nic| [nic.interface_name.to_s + " " + nic.mac, nic.id] }. - insert(0, "") %> -</div> -<div id="select-host-bonding" class="popup-content-selection&q...
2009 Jun 30
0
[PATCH server] permit many-to-many vms / networks relationship
...;clear_row"></div> - <div style="float:left;"> - <%= text_field_with_label "VNIC:", "vm", "vnic_mac_addr", {:style=>"width:250;"} %> - </div> - <div style="float:left;"> - <%= select_with_label "Network:", 'vm', 'network_id', @networks.insert(0, ""), :style=>"width:250px;" %> - </div> - <div class="clear_row"></div> + <% if @nics.size > 0 %> + <div id="vm_network_config_header&qu...