summaryrefslogtreecommitdiffstats
path: root/portal-FE-os/src/environments
diff options
context:
space:
mode:
authorSudarshan Kumar <sudarshan.kumar@att.com>2020-01-31 20:08:08 +0530
committerSudarshan Kumar <sudarshan.kumar@att.com>2020-02-04 07:38:53 +0000
commit3f7386d4245f9a05db961440ebf80d97d788f902 (patch)
tree1952962fe532ae8486abe4746e8a345608e40f89 /portal-FE-os/src/environments
parente0b464f75666b80976466437fa1057c3b4efd39f (diff)
Added portal-FE-os components
Removed layout from portal-FE-os and added new components in portal-fe-os Issue-ID: PORTAL-795 Change-Id: I3d7f93fa22a7935f9e73ed96802495019aabc129 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'portal-FE-os/src/environments')
-rw-r--r--portal-FE-os/src/environments/environment.prod.ts13
-rw-r--r--portal-FE-os/src/environments/environment.ts12
2 files changed, 20 insertions, 5 deletions
diff --git a/portal-FE-os/src/environments/environment.prod.ts b/portal-FE-os/src/environments/environment.prod.ts
index 2c026468..e8770249 100644
--- a/portal-FE-os/src/environments/environment.prod.ts
+++ b/portal-FE-os/src/environments/environment.prod.ts
@@ -102,7 +102,7 @@ export const environment = {
"getAllWebAnalytics": "portalApi/getAllWebAnalytics",
"modifyWebAnalyticsReport": "portalApi/modifyWebAnalyticsReport",
"appsFullList": "portalApi/appsFullList",
- "ecompTitle": "portalApi/ecompTitle",
+ "portalTitle": "portalApi/ecompTitle",
"getRecommendations": "portalApi/getRecommendations",
"centralizedApps": "portalApi/centralizedApps",
"getSchedulerId": "portalApi/post_create_new_vnf_change",
@@ -114,7 +114,16 @@ export const environment = {
"checkIfUserIsSuperAdmin": "portalApi/checkIfUserIsSuperAdmin",
"getCurrentLang": "auxapi/languageSetting/user/:loginId",
"getLanguages": "auxapi/language",
- "updateLang": "auxapi/languageSetting/user/:loginId"
+ "updateLang": "auxapi/languageSetting/user/:loginId",
+ "linkQ": "",
+ "linkPic": "",
+ "brandName": "ONAP Portal",
+ "brandLogoImagePath": "",
+ "footerLink": "",
+ "footerLinkText": "",
+ "footerMessage": "",
+ "footerLogoImagePath": "",
+ "footerLogoText": ""
},
"cookieDomain": "att.com"
};
diff --git a/portal-FE-os/src/environments/environment.ts b/portal-FE-os/src/environments/environment.ts
index c539817e..3b13f085 100644
--- a/portal-FE-os/src/environments/environment.ts
+++ b/portal-FE-os/src/environments/environment.ts
@@ -119,9 +119,15 @@ export const environment = {
"getCurrentLang": "http://www.portal.onap.org:9080/portal-be-os/auxapi/languageSetting/user/:loginId",
"getLanguages": "http://www.portal.onap.org:9080/portal-be-os/auxapi/language",
"updateLang": "http://www.portal.onap.org:9080/portal-be-os/auxapi/languageSetting/user/:loginId",
- "linkQ": "",
- "linkPic": ""
-
+ "linkQ": "",
+ "linkPic": "",
+ "brandName": "ONAP Portal",
+ "brandLogoImagePath": "",
+ "footerLink": "",
+ "footerLinkText": "",
+ "footerMessage": "",
+ "footerLogoImagePath": "",
+ "footerLogoText": ""
},
"cookieDomain": "att.com"
};