search for: form_head

Displaying 9 results from an estimated 9 matches for "form_head".

Did you mean: forehead
2009 Jul 24
2
[PATCH server] add collapsable sections to vm form
...c3df..8373bf4 100644 --- a/src/app/views/vm/_form.rhtml +++ b/src/app/views/vm/_form.rhtml @@ -6,15 +6,19 @@ <%= hidden_field 'vm', 'vm_resource_pool_id' %> <%= hidden_field_tag 'hardware_pool_id', @hardware_pool.id if @hardware_pool %> + <div class="form_heading clickable open">General</div> + <div class="vm_form_section"> <%= text_field_with_label "Name:", "vm", "description", {:style=>"width:250px;"} %> <%= text_field_with_label "UUID:", "vm&qu...
2009 Jun 19
1
[PATCH server] add collapsable sections to vm form
...c3df..373452d 100644 --- a/src/app/views/vm/_form.rhtml +++ b/src/app/views/vm/_form.rhtml @@ -6,15 +6,23 @@ <%= hidden_field 'vm', 'vm_resource_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:250...
2009 Jun 19
0
[PATCH server] add toggable sections to vm form
...t; %> - <% if controller.action_name == "edit" %><b style="color: #FF0000">*Warning* Editing provision could overwrite vm</b><% end %> - <div class="clear_row" style="height:15px;"></div> - - <div class="form_heading">Resources</div> - <div class="clear_row"></div> - <div class="clear_row"></div> - <div style="float:left;width:150px;" > - <%= text_field_with_label "CPUs:", "vm", "num_vcpus_allo...
2010 Aug 25
2
[PATCH] Virtio support
...<% if i != 0 %> <div id="vm_network_config_remove_<%= i %>" class="vm_network_config_remove"> Remove @@ -113,10 +124,11 @@ </div> <div class="clear_row"></div> - <div class="form_heading"/> - <%= check_box_tag_with_label "Start VM Now? (pending current resource availability)", "start_now", nil if create or @vm.state == Vm::STATE_STOPPED %> - <%= check_box_tag_with_label "Restart VM Now? (pending current resource availability)",...
2009 Sep 23
0
[PATCH server] consolidated network & routing info ui's
...form.rhtml b/src/app/views/network/_form.rhtml index 6c67a0e..f26dc24 100644 --- a/src/app/views/network/_form.rhtml +++ b/src/app/views/network/_form.rhtml @@ -34,6 +34,16 @@ {:style=>"width:250px;"} %> </div> +<br/> + +<div class="form_heading clickable closed">Routing Info</div> +<div class="network_form_section" style="display:none;"> +<% @parent_type = 'network' %> +<% @ip_address = @network.ip_addresses[0] if @network && @network.ip_addresses.size > 0 %> +<...
2010 Feb 25
2
[PATCH] Enhance vms display
...end json_list(args[:full_items], attr_list, [:all], args[:find_opts]) end diff --git a/src/app/views/vm/_form.rhtml b/src/app/views/vm/_form.rhtml index adb75d2..13e73db 100644 --- a/src/app/views/vm/_form.rhtml +++ b/src/app/views/vm/_form.rhtml @@ -8,10 +8,14 @@ <div class="form_heading clickable open">General</div> <div class="vm_form_section"> - <%= text_field_with_label "Name:", "vm", "description", {:style=>"width:250px;"} %> - <%= text_field_with_label "UUID:", "vm&qu...
2009 Feb 16
24
como consultar en oracle
holaa todos ante todo un cordial saludo alguien que me pueda ayudar. se plantea lo siguiente necesito mostrar 2 campos de una tabla los cuales son mtin_mtin,mtin_descri de una tabla llamada re_tmtinv de esos dos campos se necesita obtener el codigo y la descripcion,y luego ser mostrado para despues ser agregados a un formulario. el problema que tengo es que ya tengo la vista pero esta en blanco
2009 Jul 30
1
[PATCH server] fixes to the multiple vm/nets component
...params[:nics].push(nic) + end + } - end + end end end diff --git a/src/app/views/vm/_form.rhtml b/src/app/views/vm/_form.rhtml index 2373678..5f519fc 100644 --- a/src/app/views/vm/_form.rhtml +++ b/src/app/views/vm/_form.rhtml @@ -50,28 +50,60 @@ <div class="form_heading clickable closed">Network</div> <div class="vm_form_section" style="display:none;"> <div class="clear_row"></div> + <% if @nics.size > 0 %> <div id="vm_network_config_header"> - <...
2009 Jun 30
0
[PATCH server] permit many-to-many vms / networks relationship
...e %> + &nbsp;<b>No networks available</b> + <% end %> + <div style="clear:both;"></div> + <div class="clear_row"></div> </div> <div class="clear_row"></div> + <div class="form_heading"/> <%= rcheck_box_tag_with_label "Start VM Now? (pending current resource availability)", "start_now", nil if create or @vm.state == Vm::STATE_STOPPED %> <%= rcheck_box_tag_with_label "Restart VM Now? (pending current resource availability)"...