mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Merge pull request #1226 from MihaelaStoica/CA-226102
CA-226102: HFX wizard host selection not grayed out when hotfix not a…
This commit is contained in:
commit
db0a12d436
@ -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