Displaying 3 results from an estimated 3 matches for "panel_header".
Did you mean:
page_header
2010 Sep 21
1
[PATCH] Fixing a loading issue with the Start On form
...refresh_summary_static('selected_starting_host',
+ '<div class="selection_left"> \
+ <div>No starting host selected.</div> \
+ </div>');
+ $('#vm_action_data').val('');
+ }
+</script>
+
<div class="panel_header"></div>
<form method="POST" id="start_vm_form" action="<%= url_for :action => 'vm_action' %>">
@@ -38,40 +77,3 @@
</div>
<%= popup_footer("$('#start_vm_form').submit()", "Start Virtual Machin...
2010 Aug 26
1
[PATCH] Adding the ability to select a Host to start a VM
...%- content_for :title do -%>
+ Start Virtual Machine
+<%- end -%>
+<%- content_for :description do -%>
+ Please choose a Host to start the Virtual Machine. Leave the selection blank to allow oVirt to choose the most appropriate starting host.
+<%- end -%>
+<div class="panel_header"></div>
+
+<form method="POST" id="start_vm_form" action="<%= url_for :action => 'vm_action' %>">
+ <div class="dialog_form">
+ <%= error_messages_for 'start_vm' %>
+
+ <%= render :partial =&g...
2009 May 15
0
[PATCH server] final cleanup for service layer refactoring.
...t;/a>
+ Select hosts from the list below to add to the <%= @pool.name %> hardware pool. <a href="#">Learn how to manage hosts</a>
<%- end -%>
<div id="dialog-content-area">
<div class="dialog_body_small">
<div class="panel_header"></div>
<%= render :partial => "/host/grid", :locals => { :table_id => "addhosts_grid",
:hwpool => nil,
- :exclude_pool => @hardware_pool.id,
+ :exclude_pool => @pool.id,
:exclude_host =>...