search for: memory_in_mb

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

2009 Jun 19
0
[PATCH server] add toggable sections to vm form
...<%= text_field_with_label "Memory:", "vm", "memory_allocated_in_mb", {:style=>"width:100px; margin-bottom:2px;"}, {:afterfield=>"&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=...