mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CA-226102: HFX wizard host selection not grayed out when hotfix not applicable for current version
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
parent
9398837c38
commit
2546731edc
@ -284,7 +284,7 @@ namespace XenAdmin.Wizards.PatchingWizard
|
||||
patchUuidFromAlert = FileFromDiskAlert.Patch.Uuid;
|
||||
}
|
||||
|
||||
if (string.IsNullOrEmpty(patchUuidFromAlert))
|
||||
if (!string.IsNullOrEmpty(patchUuidFromAlert))
|
||||
{
|
||||
if (isPatchApplied(patchUuidFromAlert, host))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user