search for: action_start_vm

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

2009 May 19
1
re-sending outstanding controller refactoring patches after rebase
I've rebased the patch series to the current next branch and am sending them again.
2010 Aug 26
1
[PATCH] Adding the ability to select a Host to start a VM
...=> 'load_widget_hover', + :on_unhover => 'load_widget_unhover' + } %> + + <% form_tag do %> + <!--[form:start_vm]--> + <%= hidden_field_tag 'id', @vm.id %> + <%= hidden_field_tag 'vm_action', VmTask::ACTION_START_VM %> + Selected Migration Target: + <div id='selected_starting_host'> + <div class="selection_left"> + <div>No starting host selected.</div> + </div> + </div> + <%= hidden_field_tag 'vm_action_d...