CP-5750: Currently the license alert is generated only when the license is due to

expire soon, therefore assign severity level 3 (warning).

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2013-08-16 13:25:46 +01:00
parent b2ddebef49
commit f9b8624114

View File

@ -74,7 +74,7 @@ namespace XenAdmin.Alerts
public override AlertPriority Priority
{
get { return AlertPriority.Unknown; }
get { return AlertPriority.Priority3; }
}
public override string AppliesTo