diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-07 13:59:54 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-07 16:29:08 -0400 |
commit | 8b8165ee9320cc026ad66e79b1f59f40a0084f8b (patch) | |
tree | 674e553ec4025e5f2d842d444627946d445d63c2 /ecomp-portal-BE-common/src/main/webapp/static | |
parent | 593a82ca37289bcf7d42bbe4a9cad656db7c3684 (diff) |
Remove images; repair A&AI credentials.
Remove licensed image files from ONAP distrib
Correct AAI user/role API username and password; add AAI thumbnail image file
in application onboarding DML script.
Issue: PORTAL-58, PORTAL-63
Change-Id: I5f61b01e822e563a7cb5c1b635313dca9397c4ae
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-portal-BE-common/src/main/webapp/static')
-rw-r--r-- | ecomp-portal-BE-common/src/main/webapp/static/ebz/angular_js/ebiz_keepalive.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ecomp-portal-BE-common/src/main/webapp/static/ebz/angular_js/ebiz_keepalive.js b/ecomp-portal-BE-common/src/main/webapp/static/ebz/angular_js/ebiz_keepalive.js deleted file mode 100644 index a5947d9d..00000000 --- a/ecomp-portal-BE-common/src/main/webapp/static/ebz/angular_js/ebiz_keepalive.js +++ /dev/null @@ -1,8 +0,0 @@ -function keepAlive(){ - alert("<%=VSPUtils.getEbizKeepAliveURL(request)%>"); - $.ajax({ - dataType: 'jsonp', - url: "<%=VSPUtils.getEbizKeepAliveURL(request)%>", - jsonpCallback: 'JsonpCallback' - }); -}
\ No newline at end of file |