mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CAR-2146: Improved policy wizard loading time
Removing redundant code to improve performance as suggested by Miheala. Signed-off-by: Sharath Babu <Sharath.Babu@citrix.com>
This commit is contained in:
parent
74c6242d56
commit
026b19c3fa
@ -306,11 +306,6 @@ namespace XenAPI
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
foreach (var recent in _alerts)
|
|
||||||
{
|
|
||||||
if (!_alerts.Contains(recent))
|
|
||||||
_alerts.Add(recent);
|
|
||||||
}
|
|
||||||
return _alerts;
|
return _alerts;
|
||||||
}
|
}
|
||||||
set { _alerts = value; }
|
set { _alerts = value; }
|
||||||
|
Loading…
Reference in New Issue
Block a user