aboutsummaryrefslogtreecommitdiffstats
path: root/3rd_party/static/onap-ui/components/home
AgeCommit message (Collapse)AuthorFilesLines
2020-02-11Updated portal for OVP 2019.12 releaseovp-3.0.1Lincoln Lavoie1-15/+9
* Fixed errors for VNF results * Cleaned up couple of other errors * Added TOSCA test case requirements. * Fixed typos and white space issues. * Corrected flake8 and weblint failures Signed-off-by: Lincoln Lavoie <lylavoie@iol.unh.edu> Change-Id: I911f294725c353d1388f44f79814cadc31e21574
2019-05-09Merge "Update Support Email Address"Dan Xu1-1/+1
2019-05-06Update Support Email AddressTrevor Bramwell1-1/+1
The suport email address has moved from verified@opnfv.org to ovp-support@lfnetworking.org as the portal has moved to the lfnetworking.org domain. Change-Id: I9fe1a885538b8c5f27debeea86072d6870e1fac9 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2019-04-29Add License for Dovetail webportalxudan1-0/+9
Add license for all files in this repo except following: 1. all .png, .gif and .json files 2. all empty __init__.py files 3. MANIFEST.in 4. .htmllintrc 5. node-requirements.txt 6. update/README.md 7. opnfv_testapi/ui/auth/rsa.pem 8. opnfv_testapi/tornado_swagger/README.md 9. 3rd_party/static/testapi_ui/favicon.ico 10. 3rd_party/static/onap_ui/favicon.ico Change-Id: I6329d09b67cdafaa545cea7894e5edf3466d0009 Signed-off-by: xudan <xudan16@huawei.com>
2019-04-10Update and add some hyperlinksxudan1-3/+5
Change-Id: Ib16e2804475b4271a6810c69eac4f1a5f1e3c41a Signed-off-by: xudan <xudan16@huawei.com>
2019-04-01Portal updates for VNF LaunchTrevor Bramwell1-69/+54
Moves some of the Workflow and Governance links into the body of the home page, and removes those sections from the sidebar. Updates the header, logos, and badge used. Links to OVP overview updated to point to latest documentation, not stable-fraser as this includes the VNF testing instructions. Change-Id: Iceea0e24afc57ed3919a36cf2844717be455e238 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2019-03-20Enable Web Portal for ONAP resultspkaralis2-0/+228
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 <pkaralis@intracom-telecom.com> Co-Authored-By: Stamatis Katsaounis <mokats@intracom-telecom.com>