search for: vm_resources_config

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

2009 Jun 19
1
[PATCH server] add collapsable sections to vm form
...- <div class="clear_row"></div> - <div class="clear_row"></div> + <div class="form_heading"> + <%= link_to "", "#", :id => "vm_resources_section_link" %> + </div> + <div id="vm_resources_config"> <div style="float:left;width:150px;" > <%= text_field_with_label "CPUs:", "vm", "num_vcpus_allocated", {:style=>"width:100px; margin-bottom:2px;"}, {:style=>"padding-right: 50px;"} %> <div...
2009 Jun 19
0
[PATCH server] add toggable sections to vm form
...height:15px;"></div> + + <div class="form_heading"> + <%= link_to image_tag("Sort_right_11.png") + "Resources", "#", + :id => "vm_resource_section_link" %> </div> + <div id="vm_resources_config"> + <div class="clear_row"></div> + <div class="clear_row"></div> + <div style="float:left;width:150px;" > + <%= text_field_with_label "CPUs:", "vm", "num_vcpus_allocated", {:...