mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CA-213236: Wrong license edition reported at pool level
Fix the order in the Edition enumeration Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
parent
a89ba4a91e
commit
9d3dd539af
@ -60,8 +60,8 @@ namespace XenAPI
|
||||
StandardPerSocket, // Added in Creedence (standard-per-socket)
|
||||
Desktop, // Added in Creedence (desktop)
|
||||
DesktopPlus, // Added in Creedence (desktop-plus)
|
||||
Premium, // Added in Indigo (premium)
|
||||
Standard // Added in Dundee/Violet (standard)
|
||||
Standard, // Added in Dundee/Violet (standard)
|
||||
Premium // Added in Indigo (premium)
|
||||
}
|
||||
|
||||
public static string LicenseServerWebConsolePort = "8082";
|
||||
|
Loading…
Reference in New Issue
Block a user