sylvain.desbureaux at orange-ftgroup.com
2009-Aug-18 12:08 UTC
[Ovirt-devel] [PATCH server] add parameters in order to make call to /host/grid correct
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux at orange-ftgroup.com> --- src/app/views/vm/migrate.rhtml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/app/views/vm/migrate.rhtml b/src/app/views/vm/migrate.rhtml index f94723a..111ecfb 100644 --- a/src/app/views/vm/migrate.rhtml +++ b/src/app/views/vm/migrate.rhtml @@ -44,6 +44,8 @@ :hwpool => @vm.get_hardware_pool, :exclude_pool => nil, :exclude_host => @vm.host_id, + :hosts_per_page => nil, + :is_popup => true, :checkboxes => false, :on_select => "migrate_vm_select", :on_deselect => "migrate_vm_deselect", -- 1.6.2.5