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:
Mihaela Stoica 2015-01-26 16:01:59 +00:00
parent 891ac941a3
commit 23eabb23d9

View File

@ -1519,7 +1519,7 @@ namespace XenAPI
{
get
{
return Helpers.CreedenceOrGreater(this); // TODO: Replace with CreamOrGreater
return Helpers.CreamOrGreater(Connection); // TODO: Replace with CreamOrGreater
}
}
#endregion