mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #50 from MihaelaStoica/xs64bit
CA-119177: On Prechecks page of Rolling Pool Upgrade wizard, the error s...
This commit is contained in:
commit
78ef3dc4ab
@ -376,7 +376,7 @@ namespace XenAdmin.Wizards.PatchingWizard
|
||||
}
|
||||
|
||||
bool result = _worker != null && !_worker.IsBusy && !problemsFound;
|
||||
panelErrorsFound.Visible = !result;
|
||||
panelErrorsFound.Visible = problemsFound;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user