X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=rulemgt-frontend%2Fsrc%2Fapp%2Fcorrelation-ruleInfo%2FruleInfo.component.ts;h=36d721cd12813613988166eedb74800d77d1aac2;hb=7c10ad301cd3fea79af61f1d092b2a3103f7ec11;hp=7f8d3755033f6e18086dd0c05f02efbcf00c94a4;hpb=a966da9a6108017711152fc69725397c8779fd08;p=holmes%2Frule-management.git diff --git a/rulemgt-frontend/src/app/correlation-ruleInfo/ruleInfo.component.ts b/rulemgt-frontend/src/app/correlation-ruleInfo/ruleInfo.component.ts index 7f8d375..36d721c 100644 --- a/rulemgt-frontend/src/app/correlation-ruleInfo/ruleInfo.component.ts +++ b/rulemgt-frontend/src/app/correlation-ruleInfo/ruleInfo.component.ts @@ -38,7 +38,6 @@ export class RuleInfo implements OnInit { let msg = { title: 'exception_content_error', message: 'exception_package_error' }; this.modalService.getmodalObservable.next(msg); } else { - this.alarmRuleService.checkContent(this.queryRule.content) .then(res => { if (res.status == 200) {