Displaying 1 result from an estimated 1 matches for "vms_per_pag".
Did you mean:
vms_per_page
2009 May 27
1
[PATCH server] Bug 478729 - Cannot add vm to smart pool after select one vm
...les changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/app/views/vm/add_to_smart_pool.rhtml b/src/app/views/vm/add_to_smart_pool.rhtml
index cdfe92d..161496b 100644
--- a/src/app/views/vm/add_to_smart_pool.rhtml
+++ b/src/app/views/vm/add_to_smart_pool.rhtml
@@ -20,7 +20,8 @@
:vms_per_page => 40} %>
</div>
-<%= popup_footer("add_vms_to_smart_pool('#{url_for :controller => "smart_pools",
+<%= popup_footer("add_vms_to_current_smart_pool('#{url_for :controller =>
+ "sm...