Displaying 1 result from an estimated 1 matches for "add_vms_to_current_smart_pool".
2009 May 27
1
[PATCH server] Bug 478729 - Cannot add vm to smart pool after select one vm
...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 =>
+ "smart_pools",
:action => "add_vms",
:id => @pool}')",...