summaryrefslogtreecommitdiffstats
path: root/3rd_party/static/testapi-ui/assets
AgeCommit message (Collapse)AuthorFilesLines
2019-10-14Merge "Update VNF and NFVI Badges"Dan Xu1-0/+0
2019-10-14Merge "Update Color Scheme for NFVI Portal"Dan Xu4-11/+11
2019-04-29Add License for Dovetail webportalxudan6-0/+54
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-10Enhanced OVP Web PortalPanagiotis Karalis1-0/+28
The OVP web portal is updated with some improvements. Those improvements are focused on the styling part of the portal as well as on the introduction of new functions related to the reviews, applications and the generally flow. JIRA: DOVETAIL-670 JIRA: DOVETAIL-760 Change-Id: Ic5ca90eaaee36de43486ff55ad9aa788136587c6 Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
2019-04-03Update Color Scheme for NFVI PortalTrevor Bramwell4-11/+11
This matches the changes to the VNF portal with a change from the green/teal color to blue. Change-Id: Id3bf0d8fd70ec1e00f178742191586de76123603 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2019-04-03Update VNF and NFVI BadgesTrevor Bramwell1-0/+0
The color scheme changed on the VNF badge, and the NFVI badge had extra space around the image. Change-Id: I97933932d4c8aab0ec49fda1ab6a2b1d79167957 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2019-04-01Portal updates for VNF LaunchTrevor Bramwell3-3/+4
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>
2018-11-26Update tox to run htmllint and csslintStamatis Katsaounis3-40/+47
JIRA: DOVETAIL-753 This patch adds a new tox environment to run htmllint and csslint. Furthermore, it fixes any leftover html and css errors. Change-Id: Ie3fda8d89b3d52851debe1a4271ffd0ac8fbee68 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-11-23Clean CSS codeStamatis Katsaounis6-1565/+2429
JIRA: DOVETAIL-753 This patch cleans the CSS code, which was in a bad state and not maintainable. Change-Id: I6b18bcc8f45d1df091c2e17f0b0a99f0be49d6d6 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-11-01Dynamically fetching javascript dependenciesStamatis Katsaounis325-95035/+0
JIRA: DOVETAIL-746 This patch deletes the source code of javascript dependencies from web portal. Furthermore, it uses npm to install them. Change-Id: Idc40606ff9e7286aa66421cbbe05f94d7ce9f7e6 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
2018-09-20Update marketing message on web portal for releaseGeorg Kunz1-0/+0
Updating the web portal for release: * marketing message * 2018.09 badge * link to updated participation form Change-Id: Iac2576eafdf88c5399205c1877b1632a13827fa4 Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2018-07-16Edit the gitignore filexudan54-0/+10555
Delete some key in file .gitignore which cause missing some source files. Change-Id: Icddac3c1d956d75853a3062b549cb2d725ba2fa8 Signed-off-by: xudan <xudan16@huawei.com>
2018-07-06Move all web portal code to the new repo dovetail-webportalxudan279-0/+89022
This is only the first step to simply copy the file here. There still need some more work to make sure all work well. All the changes will be submitted with other patches to make it easily to review. JIRA: DOVETAIL-671 Change-Id: I64d32a9df562184166b6199e2719f298687d1a0a Signed-off-by: xudan <xudan16@huawei.com>