summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay
diff options
context:
space:
mode:
authorMuni Mohan Kunchi <munmohan@att.com>2020-02-07 14:52:44 -0500
committerSunder Tattavarada <statta@research.att.com>2020-02-07 20:52:52 +0000
commit703ebb2d5a683a5237d4f15d0569e653d887f387 (patch)
tree23bc6400155fde8f625b307d27c91f7cdf64c51f /ecomp-sdk/epsdk-app-overlay
parentd23e700cde07aaab62c69db9d9cdec2af3ba0b79 (diff)
SDK fix for the comments
SDK fixes for the comments Issue-ID: PORTAL-830 Signed-off-by: Muni Mohan Kunchi <munmohan@att.com> Change-Id: I5505c82b39492bd627383e74e278ae09ca9ba609
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay')
-rw-r--r--ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/header/header.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/header/header.component.ts b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/header/header.component.ts
index 7956f66e..f06719fc 100644
--- a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/header/header.component.ts
+++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/header/header.component.ts
@@ -78,7 +78,7 @@ export class HeaderComponent implements OnInit {
}
this.pushRightClass = 'push-right';
- this.appName= 'Ecomp ENMT' ;
+ this.appName= 'ONAP ENMT' ;
let result = this.headerService.getTopMenuItems();
result.subscribe(res => {
this.response = res;