From 2845910b34682056c1949f82e39d9205a26554e9 Mon Sep 17 00:00:00 2001 From: "Kishore Reddy, Gujja (kg811t)" Date: Mon, 14 May 2018 17:19:51 -0400 Subject: Bulk upload changes and music health check apis Issue-ID: PORTAL-290, PORTAL-291 Bulk upload changes and music health check apis Change-Id: I63d289d75420658ff4a14385a5106838fa8c32b2 Signed-off-by: Kishore Reddy, Gujja (kg811t) --- ecomp-portal-FE-os/client/configurations/dev.json | 3 ++- ecomp-portal-FE-os/client/configurations/integ.json | 3 ++- ecomp-portal-FE-os/client/src/views/footer/footer.tpl.html | 2 +- ecomp-portal-FE-os/client/src/views/header/header-extension.tpl.html | 2 +- ecomp-portal-FE-os/client/src/views/header/header-logo.html | 2 +- ecomp-portal-FE-os/client/src/views/search/search.tpl.html | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) (limited to 'ecomp-portal-FE-os/client') diff --git a/ecomp-portal-FE-os/client/configurations/dev.json b/ecomp-portal-FE-os/client/configurations/dev.json index 3b959f1c..43b82c76 100644 --- a/ecomp-portal-FE-os/client/configurations/dev.json +++ b/ecomp-portal-FE-os/client/configurations/dev.json @@ -97,7 +97,8 @@ "ecompTitle":"http://localhost:8080/ecompportal/portalApi/ecompTitle", "loggedinUser" : "http://localhost:8080/ecompportal/portalApi/loggedinUser", "modifyLoggedinUser" : "http://localhost:8080/ecompportal/portalApi/modifyLoggedinUser", - "centralizedApps": "http:/localhost:8080/ecompportal/portalApi/centralizedApps" + "centralizedApps": "http:/localhost:8080/ecompportal/portalApi/centralizedApps", + "uploadRoleFunction":"http://www.ecomp.att.com:8080/ecompportal-att/portalApi/uploadRoleFunction/:appId" }, "cookieDomain": "onap.org" } diff --git a/ecomp-portal-FE-os/client/configurations/integ.json b/ecomp-portal-FE-os/client/configurations/integ.json index 46fd7725..ac8f3bf0 100644 --- a/ecomp-portal-FE-os/client/configurations/integ.json +++ b/ecomp-portal-FE-os/client/configurations/integ.json @@ -97,7 +97,8 @@ "ecompTitle":"portalApi/ecompTitle", "loggedinUser" : "portalApi/loggedinUser", "modifyLoggedinUser" : "portalApi/modifyLoggedinUser", - "centralizedApps": "portalApi/centralizedApps" + "centralizedApps": "portalApi/centralizedApps", + "uploadRoleFunction":"portalApi/uploadRoleFunction/:appId" }, "cookieDomain": "onap.org" } diff --git a/ecomp-portal-FE-os/client/src/views/footer/footer.tpl.html b/ecomp-portal-FE-os/client/src/views/footer/footer.tpl.html index a9fd704a..c2cc815b 100644 --- a/ecomp-portal-FE-os/client/src/views/footer/footer.tpl.html +++ b/ecomp-portal-FE-os/client/src/views/footer/footer.tpl.html @@ -33,7 +33,7 @@ ============LICENSE_END============================================ - ECOMP is a trademark and service mark of AT&T Intellectual Property. + -->