From 52147c8b4e9a874322fd637766a7343f8db0b5c7 Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Thu, 30 Aug 2018 16:20:14 +0800 Subject: [PATCH] Fixed a Filter Bug Change-Id: I2a254844ad67913ed502c566f314ea12dc3a082c Issue-ID: HOLMES-163 Signed-off-by: GuangrongFu --- rulemgt-frontend/src/app/correlation-ruleList/alarmRule.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rulemgt-frontend/src/app/correlation-ruleList/alarmRule.component.ts b/rulemgt-frontend/src/app/correlation-ruleList/alarmRule.component.ts index a8a4c07..cb413b5 100644 --- a/rulemgt-frontend/src/app/correlation-ruleList/alarmRule.component.ts +++ b/rulemgt-frontend/src/app/correlation-ruleList/alarmRule.component.ts @@ -67,7 +67,7 @@ export class AlarmRule implements OnInit { this.ruleRequest.enabled = 0; } else { this.activeText = "option_all"; - this.ruleRequest.enabled = null; + this.ruleRequest.enabled = 2; } } -- 2.16.6