From d0bbf3b8952379883550c6eb2062476a6d15043e Mon Sep 17 00:00:00 2001 From: pkaralis Date: Thu, 6 Dec 2018 00:43:12 +0200 Subject: Enable Web Portal for ONAP results The web portal needs to be able to read test results of the ONAP compliance program and display them. In order for the above goal to be achieved, the following two parts should be impacted: 1- A new front-end should be prepared in order to handle and display the results 2- The REST API should be extended in order to support the aforementioned operation. JIRA: DOVETAIL-669 Change-Id: I36bbb6e602a67020d7e27aedbfc776f5cf4f3dc3 Signed-off-by: pkaralis Co-Authored-By: Stamatis Katsaounis --- 3rd_party/static/onap-ui/assets/img/icon.png | Bin 0 -> 7881 bytes 3rd_party/static/onap-ui/assets/img/logo.png | Bin 0 -> 21360 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 3rd_party/static/onap-ui/assets/img/icon.png create mode 100644 3rd_party/static/onap-ui/assets/img/logo.png (limited to '3rd_party/static/onap-ui/assets/img') diff --git a/3rd_party/static/onap-ui/assets/img/icon.png b/3rd_party/static/onap-ui/assets/img/icon.png new file mode 100644 index 0000000..6ec8ca7 Binary files /dev/null and b/3rd_party/static/onap-ui/assets/img/icon.png differ diff --git a/3rd_party/static/onap-ui/assets/img/logo.png b/3rd_party/static/onap-ui/assets/img/logo.png new file mode 100644 index 0000000..c6f6857 Binary files /dev/null and b/3rd_party/static/onap-ui/assets/img/logo.png differ -- cgit 1.2.3-korg