CA-109483: Show correct licence status in the Licence manager for licensed XenServer hosts version 6.1.0 and earlier

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
Mihaela Stoica 2013-06-27 14:40:11 +01:00
parent 58e187d981
commit 4d638c4f65

View File

@ -240,7 +240,7 @@ namespace XenAdmin.Dialogs
return HostState.ExpiresSoon;
}
return HostState.Free;
return LicenseEdition == Host.Edition.Free ? HostState.Free : HostState.Licensed;
}
#region ILicenseStatus Members