mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Merge pull request #1662 from GaborApatiNagy/CA-257553
CA-257553: Unexpected error on the Memory tab while running an "Instant VM create" action
This commit is contained in:
commit
94f3650c16
@ -116,7 +116,10 @@ namespace XenAdmin.TabPages
|
||||
foreach (VM vm in vms)
|
||||
RegisterVMHandlers(vm);
|
||||
|
||||
Rebuild();
|
||||
Program.BeginInvoke(Program.MainWindow, () =>
|
||||
{
|
||||
Rebuild();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user