mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CA-177402 - XenCenter doesnt show migrate option on selecting multiple Suspended VMs
Enable CrossPoolMove for a single VM too Signed-off-by: Letsibogo Ramadi <letsibogo.ramadi@citrix.com>
This commit is contained in:
parent
a17063ec7d
commit
a579ac9196
@ -67,7 +67,7 @@ namespace XenAdmin.Commands
|
||||
protected override void ExecuteCore(SelectedItemCollection selection)
|
||||
{
|
||||
|
||||
if (selection.Count > 1 && new CrossPoolMoveVMCommand(MainWindowCommandInterface, selection).CanExecute())
|
||||
if (new CrossPoolMoveVMCommand(MainWindowCommandInterface, selection).CanExecute())
|
||||
{
|
||||
new CrossPoolMoveVMCommand(MainWindowCommandInterface, selection).Execute();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user