Displaying 1 result from an estimated 1 matches for "cdfe92d".
2009 May 27
1
[PATCH server] Bug 478729 - Cannot add vm to smart pool after select one vm
...t Seago <sseago at redhat.com>
---
src/app/views/vm/add_to_smart_pool.rhtml | 3 ++-
src/public/javascripts/ovirt.js | 2 +-
2 files 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",
+<...