mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
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:
parent
b2ddebef49
commit
f9b8624114
@ -74,7 +74,7 @@ namespace XenAdmin.Alerts
|
||||
|
||||
public override AlertPriority Priority
|
||||
{
|
||||
get { return AlertPriority.Unknown; }
|
||||
get { return AlertPriority.Priority3; }
|
||||
}
|
||||
|
||||
public override string AppliesTo
|
||||
|
Loading…
Reference in New Issue
Block a user