mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CA-257553: Unexpected error on the Memory tab while running an "Instant VM create" action
Calling Rebuild() from the event thread now Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
1fce4298e5
commit
10e2aff2e4
@ -116,7 +116,10 @@ namespace XenAdmin.TabPages
|
||||
foreach (VM vm in vms)
|
||||
RegisterVMHandlers(vm);
|
||||
|
||||
Program.BeginInvoke(Program.MainWindow, () =>
|
||||
{
|
||||
Rebuild();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user