From 978dbcf0a196acbafad72fe1e2478ec0e384f02f Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Wed, 23 Aug 2017 18:27:19 -0400 Subject: Deliver centralized role management feature Repair multiple defects also. Revise deployment to use docker-compose. Remove all zip archives. Issue: PORTAL-21, PORTAL-25, PORTAL-28, PORTAL-52, PORTAL-69, PORTAL-74, PORTAL-76, PORTAL-80, PORTAL-82 Change-Id: Ie72fec7d35ba78beb162bba6ed27b2caee340c61 Signed-off-by: Christopher Lott (cl778h) --- .../src/main/webapp/static/ebz/angular_js/app.js | 3 --- .../static/fusion/images/onap-portal-logo.png | Bin 71199 -> 58332 bytes 2 files changed, 3 deletions(-) delete mode 100644 ecomp-portal-BE-common/src/main/webapp/static/ebz/angular_js/app.js (limited to 'ecomp-portal-BE-common/src/main/webapp/static') diff --git a/ecomp-portal-BE-common/src/main/webapp/static/ebz/angular_js/app.js b/ecomp-portal-BE-common/src/main/webapp/static/ebz/angular_js/app.js deleted file mode 100644 index be422026..00000000 --- a/ecomp-portal-BE-common/src/main/webapp/static/ebz/angular_js/app.js +++ /dev/null @@ -1,3 +0,0 @@ -angular.module('att.abs.helper', []); - -var app=angular.module("abs", []); \ No newline at end of file diff --git a/ecomp-portal-BE-common/src/main/webapp/static/fusion/images/onap-portal-logo.png b/ecomp-portal-BE-common/src/main/webapp/static/fusion/images/onap-portal-logo.png index f48d3d47..3fa9b92e 100644 Binary files a/ecomp-portal-BE-common/src/main/webapp/static/fusion/images/onap-portal-logo.png and b/ecomp-portal-BE-common/src/main/webapp/static/fusion/images/onap-portal-logo.png differ -- cgit 1.2.3-korg