summaryrefslogtreecommitdiffstats
path: root/rulemgt-frontend/src
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-07-23 16:47:42 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-07-23 16:47:42 +0800
commit7c10ad301cd3fea79af61f1d092b2a3103f7ec11 (patch)
treeabacc5fe0f43906b42b7c061eb4c2dc919d5566b /rulemgt-frontend/src
parenta966da9a6108017711152fc69725397c8779fd08 (diff)
Added nginx
Change-Id: Iffc0e337cbf59f9cae514d85eb3e1c83d0f664f9 Issue-ID: HOLMES-111 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-frontend/src')
-rw-r--r--rulemgt-frontend/src/app/correlation-ruleInfo/ruleInfo.component.ts1
-rw-r--r--rulemgt-frontend/src/index.html2
2 files changed, 1 insertions, 2 deletions
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) {
diff --git a/rulemgt-frontend/src/index.html b/rulemgt-frontend/src/index.html
index c8da64f..269bee8 100644
--- a/rulemgt-frontend/src/index.html
+++ b/rulemgt-frontend/src/index.html
@@ -17,7 +17,7 @@
<html>
<head>
- <base href="/">
+ <base href="/holmes/">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">