mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CP-10824: Supp Pack installation through XenCenter: Feature only available for Cream or greater hosts
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
parent
891ac941a3
commit
23eabb23d9
@ -1519,7 +1519,7 @@ namespace XenAPI
|
||||
{
|
||||
get
|
||||
{
|
||||
return Helpers.CreedenceOrGreater(this); // TODO: Replace with CreamOrGreater
|
||||
return Helpers.CreamOrGreater(Connection); // TODO: Replace with CreamOrGreater
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
Loading…
Reference in New Issue
Block a user