1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Fixes bug #558: Cluster.removeHost action missing destination elements.

This commit is contained in:
Hector Sanjuan 2011-04-01 02:43:12 +02:00 committed by Jaime Melis
parent b6284e3f77
commit 94501d936a

View File

@ -254,6 +254,7 @@ var host_actions = {
type: "multiple",
call : OpenNebula.Cluster.removehost,
callback : deleteHostElement,
elements: function() { return getSelectedNodes(dataTable_hosts); },
error : onError,
notify:true
}