mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Merge pull request #1181 from xenserver/GaborApatiNagy-CA-223082
CA-223082: Replace PATCH_PRECHECK_LIVEPATCH_MISSING
This commit is contained in:
commit
0b2f63461a
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user