X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt-frontend%2Fsrc%2Fapp%2Fcorrelation-ruleList%2FalarmRule.component.ts;h=cb413b58f58920c2edc9ff727177451d16bce6d3;hb=52147c8b4e9a874322fd637766a7343f8db0b5c7;hp=a8a4c074a63c58722331c52a17d08280f86452e6;hpb=436366435bf9ade9f8596dac346db77c0098d4e0;p=holmes%2Frule-management.git 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; } }