From 19a11640b3ed8d770fd1cb6f296c4c0e793cdb2a Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Tue, 18 Sep 2018 17:30:18 +0800 Subject: Changed the Style of GUI Change-Id: Ie30363f6358639c660f49585aa03d243b560e444 Issue-ID: HOLMES-148 Signed-off-by: GuangrongFu --- rulemgt-frontend/src/app/correlation-ruleInfo/ruleInfo.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rulemgt-frontend/src/app/correlation-ruleInfo/ruleInfo.component.ts') diff --git a/rulemgt-frontend/src/app/correlation-ruleInfo/ruleInfo.component.ts b/rulemgt-frontend/src/app/correlation-ruleInfo/ruleInfo.component.ts index dfb75b4..4610a63 100644 --- a/rulemgt-frontend/src/app/correlation-ruleInfo/ruleInfo.component.ts +++ b/rulemgt-frontend/src/app/correlation-ruleInfo/ruleInfo.component.ts @@ -62,7 +62,7 @@ export class RuleInfo implements OnInit { creator: null, updateTime: null, modifier: null, - enabled: 0, + enabled: 1, loopControlName: '' }; -- cgit 1.2.3-korg