From 436366435bf9ade9f8596dac346db77c0098d4e0 Mon Sep 17 00:00:00 2001 From: minfanyang Date: Mon, 27 Aug 2018 17:56:37 +0800 Subject: Added jquery resource Change-Id: I28bc5cce49c7373991cc37d87f821301996dd526 Issue-ID: HOLMES-163 Signed-off-by: minfanyang --- rulemgt-frontend/src/app/correlation-ruleList/alarmRule.component.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'rulemgt-frontend/src') diff --git a/rulemgt-frontend/src/app/correlation-ruleList/alarmRule.component.ts b/rulemgt-frontend/src/app/correlation-ruleList/alarmRule.component.ts index fa69e3c..a8a4c07 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', -- cgit 1.2.3-korg