search for: is_popup

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

Did you mean: ws_popup
2010 Aug 26
1
[PATCH] Adding the ability to select a Host to start a VM
...es_for 'start_vm' %> + + <%= render :partial => '/host/grid', :locals => { + :table_id => 'start_vm_grid', + :hwpool => @vm.get_hardware_pool, + :exclude_pool => nil, + :exclude_host => nil, + :is_popup => true, + :checkboxes => false, + :on_select => 'start_vm_select', + :on_deselect => 'start_vm_deselect', + :on_hover => 'load_widget_hover', + :on_unhover => 'load_widget_unhover' +...
2009 Sep 08
1
[PATCH server] fix live migration
...pp/views/vm/migrate.rhtml index f94723a..9165425 100644 --- a/src/app/views/vm/migrate.rhtml +++ b/src/app/views/vm/migrate.rhtml @@ -44,6 +44,7 @@ :hwpool => @vm.get_hardware_pool, :exclude_pool => nil, :exclude_host => @vm.host_id, + :is_popup => true, :checkboxes => false, :on_select => "migrate_vm_select", :on_deselect => "migrate_vm_deselect", -- 1.6.2.5