From: GuangrongFu Date: Thu, 30 Aug 2018 08:20:14 +0000 (+0800) Subject: Fixed a Filter Bug X-Git-Tag: 1.2.0~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Frule-management.git;a=commitdiff_plain;h=52147c8b4e9a874322fd637766a7343f8db0b5c7 Fixed a Filter Bug Change-Id: I2a254844ad67913ed502c566f314ea12dc3a082c Issue-ID: HOLMES-163 Signed-off-by: GuangrongFu --- 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; } }