Added Menu Items
[holmes/rule-management.git] / rulemgt-frontend / src / app / correlation-modal / modal.component.ts
index d2861bf..cafb8e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- Copyright 2017 ZTE Corporation.
+ Copyright 2018 ZTE Corporation.
 
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
@@ -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';