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=fa69e3cb9117162d7316f50993b65e34a1ead539;hpb=66f6f24d89479acb0545847e48ef62dcc860d1e2;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 fa69e3c..cb413b5 100644 --- a/rulemgt-frontend/src/app/correlation-ruleList/alarmRule.component.ts +++ b/rulemgt-frontend/src/app/correlation-ruleList/alarmRule.component.ts @@ -20,8 +20,6 @@ import {RuleRequest} from './ruleRequest'; import {Router} from '@angular/router'; import {AlarmRuleService} from './alarmRule.service'; -declare var jQuery: any; - @Component({ selector: 'alarmRule', templateUrl: './alarmRule.component.html', @@ -69,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; } }