Displaying 2 results from an estimated 2 matches for "validate_selected".
2009 May 27
1
[PATCH server] Bug 478729 - Cannot add vm to smart pool after select one vm
...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
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...l
@@ -72,7 +72,7 @@
}
if (vms.indexOf($('#vms_selection_id').html()) != -1){
empty_summary('vms_selection', 'Virtual Machine');
- }
+ }
}, 'json');
}
}
@@ -81,7 +81,7 @@
var vms = get_selected_vms();
if (validate_selected(vms, "vm")) {
jQuery.facebox('<div id="vm_action_results">');
- $('#vm_action_results').load('<%= url_for :controller => "resources",
+ $('#vm_action_results').load('<%= url_for :controller => "re...