Displaying 1 result from an estimated 1 matches for "get_selected_checkbox".
Did you mean:
get_selected_checkboxes
2009 May 27
1
[PATCH server] Bug 478729 - Cannot add vm to smart pool after select one vm
...754817..67dc455 100644
--- a/src/public/javascripts/ovirt.js
+++ b/src/public/javascripts/ovirt.js
@@ -115,7 +115,7 @@ function add_storage_to_smart_pool(url)
}, 'json');
}
}
-function add_vms_to_smart_pool(url)
+function add_vms_to_current_smart_pool(url)
{
vms= get_selected_checkboxes("add_smart_vms_grid_form");
if (validate_selected(vms, "vm")) {
--
1.6.0.6