diff options
author | Lincoln Lavoie <lylavoie@iol.unh.edu> | 2020-02-06 13:41:17 -0500 |
---|---|---|
committer | Lincoln Lavoie <lylavoie@iol.unh.edu> | 2020-02-11 21:32:00 -0500 |
commit | 8418b797d249ad06c127cb55be49113f4288e1ba (patch) | |
tree | 1cccb99e4af6386bb8065c3e50775e0d72367be4 /3rd_party/static/onap-ui/components/home | |
parent | baf5f4550b5f6142ee25d527ed5fc79fe926211a (diff) |
Updated portal for OVP 2019.12 releaseovp-3.0.1
* 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
Diffstat (limited to '3rd_party/static/onap-ui/components/home')
-rw-r--r-- | 3rd_party/static/onap-ui/components/home/home.html | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/3rd_party/static/onap-ui/components/home/home.html b/3rd_party/static/onap-ui/components/home/home.html index ca58b0a..b96df92 100644 --- a/3rd_party/static/onap-ui/components/home/home.html +++ b/3rd_party/static/onap-ui/components/home/home.html @@ -14,45 +14,39 @@ <div class="panel panel-default"> <div class="panel-heading"> <div class="panel-title"> - <a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo"> - Release 2018.11 + <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne"> + Release 2019.12 </a> </div> </div> - <div id="collapseTwo" class="panel-collapse collapse"> + <div id="collapseOne" class="panel-collapse collapse"> <div class="panel-body"> <div> - <a href="https://opnfv-dovetail.readthedocs.io/en/latest/testing/user/userguide/vnf_test_guide.html" - target="_blank" rel="noopener">OVP / Dovetail User Guide + <a href="https://opnfv-dovetail.readthedocs.io/en/stable-hunter/testing/user/userguide/vnf_test_guide.html" + target="_blank" rel="noopener">OVP VNF User Guide <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span> </a> </div> <div> - <a href="https://opnfv-dovetail.readthedocs.io/en/latest/testing/user/userguide/cli_reference.html" - target="_blank" rel="noopener">Dovetail CLI - <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span> - </a> - </div> - <div> - <a href="https://wiki.onap.org/display/DW/ONAP+Modeling+specification" + <a href="https://docs.onap.org/en/elalto/submodules/vnfrqts/testcases.git/docs/index.html" target="_blank" rel="noopener">Test Specifications <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span> </a> </div> <div> - <a href="https://wiki.onap.org/display/DW/Release+Calendar" + <a href="https://opnfv-dovetail.readthedocs.io/en/stable-hunter/release/release-notes/index.html" target="_blank" rel="noopener">Release Notes <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span> </a> </div> <div> - <a href="https://opnfv-dovetail.readthedocs.io/en/latest/testing/user/reviewerguide/index.html" + <a href="https://opnfv-dovetail.readthedocs.io/en/stable-hunter/testing/user/reviewerguide/index.html" target="_blank" rel="noopener">Reviewer Guide <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span> </a> </div> <div> - <a href="https://opnfv-dovetail.readthedocs.io/en/latest/testing/user/ovpaddendum/index.html" + <a href="https://opnfv-dovetail.readthedocs.io/en/stable-hunter/testing/user/ovpaddendum/index.html" target="_blank" rel="noopener">Guidelines Addendum <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span> </a> |