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:
parent
b6284e3f77
commit
94501d936a
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user