mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
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:
parent
58e187d981
commit
4d638c4f65
@ -240,7 +240,7 @@ namespace XenAdmin.Dialogs
|
|||||||
return HostState.ExpiresSoon;
|
return HostState.ExpiresSoon;
|
||||||
}
|
}
|
||||||
|
|
||||||
return HostState.Free;
|
return LicenseEdition == Host.Edition.Free ? HostState.Free : HostState.Licensed;
|
||||||
}
|
}
|
||||||
|
|
||||||
#region ILicenseStatus Members
|
#region ILicenseStatus Members
|
||||||
|
Loading…
Reference in New Issue
Block a user