mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
CAR-2146: Fixed a minor bug in Alert generation
Signed-off-by: Koushik Chakravarty <Koushik.Chakravarty@citrix.com>
This commit is contained in:
parent
32d69adbd5
commit
d261001130
@ -217,9 +217,9 @@ namespace XenAdmin.Dialogs.VMPolicies
|
||||
}
|
||||
foreach (var policy in VMGroup<T>.VMPolicies(Pool.Connection.Cache))
|
||||
{
|
||||
|
||||
if (!VMGroup<T>.isVMPolicyVMPP)
|
||||
{
|
||||
policy.PolicyAlerts.Clear();
|
||||
List<XenAPI.Message> processedMessages = new List<XenAPI.Message>();
|
||||
/*for VMSS: Populate the alerts from Messages by filtering out the alerts for this schedule
|
||||
This is not required in VMPP as the VMPP record itself has the recentAlerts */
|
||||
|
Loading…
Reference in New Issue
Block a user