search for: vm_general_config

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

2009 Jun 19
1
[PATCH server] add collapsable sections to vm form
..._pool_id' %> <%= hidden_field_tag 'hardware_pool_id', @hardware_pool.id if @hardware_pool %> + <div class="form_heading"> + <%= link_to "", "#", :id => "vm_general_section_link" %> + </div> + <div id="vm_general_config"> <%= text_field_with_label "Name:", "vm", "description", {:style=>"width:250px;"} %> <%= text_field_with_label "UUID:", "vm", "uuid", {:style=>"width:250px;"} %> <%= select...
2009 Jun 19
0
[PATCH server] add toggable sections to vm form
...uot;&nbsp;mb"} %> - <div class="field_helptext">max to create: <%=create_resources[:memory_in_mb]%> mb </div> - <div class="field_helptext">max to start: <%=start_resources[:memory_in_mb]%> mb </div> + <div id="vm_general_config"> + <%= text_field_with_label "Name:", "vm", "description", {:style=>"width:250px;"} %> + <%= text_field_with_label "UUID:", "vm", "uuid", {:style=>"width:250px;"} %> + <%=...