mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CP-7527: Fix Creedence version number check.
Signed-off-by: U-CITRITE\zhengc <zhengc@NKGWCHAIZ00.citrite.net>
This commit is contained in:
parent
011cc4ae17
commit
4100f506ca
@ -434,7 +434,7 @@ namespace XenAdmin.Core
|
||||
|
||||
string platform_version = HostPlatformVersion(host);
|
||||
return
|
||||
platform_version != null && productVersionCompare(platform_version, "1.8.900") >= 0 ||
|
||||
platform_version != null && productVersionCompare(platform_version, "1.8.90") >= 0 ||
|
||||
HostBuildNumber(host) == CUSTOM_BUILD_NUMBER;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user