diff options
Diffstat (limited to 'ecomp-portal-FE-os')
7 files changed, 9 insertions, 7 deletions
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. + --> <div class="w-ecomp-footer" id="w-ecomp-footer" ng-style="{height: tabBottom}"> <div id="footer" class="footer-content"> diff --git a/ecomp-portal-FE-os/client/src/views/header/header-extension.tpl.html b/ecomp-portal-FE-os/client/src/views/header/header-extension.tpl.html index 80f0a366..b49d6e9b 100644 --- a/ecomp-portal-FE-os/client/src/views/header/header-extension.tpl.html +++ b/ecomp-portal-FE-os/client/src/views/header/header-extension.tpl.html @@ -33,7 +33,7 @@ ============LICENSE_END============================================ - ECOMP is a trademark and service mark of AT&T Intellectual Property. + --> <button href="javascript:void(0)" id="allLogout" ng-click="editProfile()" class="btn btn-alt btn-small"> Profile diff --git a/ecomp-portal-FE-os/client/src/views/header/header-logo.html b/ecomp-portal-FE-os/client/src/views/header/header-logo.html index 15e20225..912f4ff5 100644 --- a/ecomp-portal-FE-os/client/src/views/header/header-logo.html +++ b/ecomp-portal-FE-os/client/src/views/header/header-logo.html @@ -33,6 +33,6 @@ ============LICENSE_END============================================ - ECOMP is a trademark and service mark of AT&T Intellectual Property. + --> <img src="assets/images/onap-logo.png" alt="Onap Logo" class="onap-title-logo" > diff --git a/ecomp-portal-FE-os/client/src/views/search/search.tpl.html b/ecomp-portal-FE-os/client/src/views/search/search.tpl.html index 570b029d..788be4ee 100644 --- a/ecomp-portal-FE-os/client/src/views/search/search.tpl.html +++ b/ecomp-portal-FE-os/client/src/views/search/search.tpl.html @@ -33,7 +33,7 @@ ============LICENSE_END============================================ - ECOMP is a trademark and service mark of AT&T Intellectual Property. + --> <div class="search-div" ng-controller="searchSnippetCtrl"> <div class="notification-div"> diff --git a/ecomp-portal-FE-os/pom.xml b/ecomp-portal-FE-os/pom.xml index cd732df3..df47d540 100644 --- a/ecomp-portal-FE-os/pom.xml +++ b/ecomp-portal-FE-os/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.portal</groupId> <artifactId>onap-portal-parent</artifactId> - <version>2.2.0</version> + <version>2.3.0</version> </parent> <artifactId>portal-FE-os</artifactId> |