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:
Mihaela Stoica 2017-06-26 12:39:01 +01:00 committed by GitHub
commit 94f3650c16

View File

@ -116,7 +116,10 @@ namespace XenAdmin.TabPages
foreach (VM vm in vms)
RegisterVMHandlers(vm);
Program.BeginInvoke(Program.MainWindow, () =>
{
Rebuild();
});
}
}