Merge pull request #1181 from xenserver/GaborApatiNagy-CA-223082

CA-223082: Replace PATCH_PRECHECK_LIVEPATCH_MISSING
This commit is contained in:
Mihaela Stoica 2016-09-26 13:33:47 +01:00 committed by GitHub
commit 0b2f63461a

View File

@ -369,8 +369,8 @@ namespace XenAdmin.Wizards.PatchingWizard
public enum LivePatchCode
{
UNKNOWN,
PATCH_PRECHECK_LIVEPATCH_COMPLETE, // An applicable live patch exists for every required component
PATCH_PRECHECK_LIVEPATCH_INCOMPLETE, // An applicable live patch exists but it is not sufficient
PATCH_PRECHECK_LIVEPATCH_MISSING, // There is no applicable live patch
PATCH_PRECHECK_LIVEPATCH_COMPLETE, // An applicable live patch exists for every required component
PATCH_PRECHECK_LIVEPATCH_INCOMPLETE, // An applicable live patch exists but it is not sufficient
PATCH_PRECHECK_LIVEPATCH_NOT_APPLICABLE, // There is no applicable live patch
}
}
}