diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-07-20 10:23:42 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-07-20 10:23:42 +0800 |
commit | 8e7f35e2f127d5b2c3691751742dc12c4fba4550 (patch) | |
tree | 286a1a8b43c2c861e75a54dbad36557618602e09 /rulemgt-frontend/src/app/correlation-modal | |
parent | 9720e7d6a706d79f50778af6a39ce6fba79955ed (diff) |
Made the directory a maven project
Change-Id: I0d5c27fdeab99c79cdd95ce57916a7638f788bcd
Issue-ID: HOLMES-111
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-frontend/src/app/correlation-modal')
-rw-r--r-- | rulemgt-frontend/src/app/correlation-modal/modal.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-frontend/src/app/correlation-modal/modal.component.ts b/rulemgt-frontend/src/app/correlation-modal/modal.component.ts index d2861bf..8fff7cd 100644 --- a/rulemgt-frontend/src/app/correlation-modal/modal.component.ts +++ b/rulemgt-frontend/src/app/correlation-modal/modal.component.ts @@ -25,7 +25,7 @@ declare var $: any; }) export class SifModalComponent implements OnInit { constructor(private modalServer: ModalService) { }; - private modalTitle = 'modalTitleDefault'; + modalTitle = 'modalTitleDefault'; modalBodyMessage = 'modalBodyMessageDefault'; closeBtnTitle = 'closeBtnTitleDefault'; |