diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2019-03-28 00:18:26 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2019-04-01 23:06:13 -0700 |
commit | c64b58a5a89ae7ac51f4f7b41e2842980e112346 (patch) | |
tree | a32e44266cebfe56eff488a3f435d13dd42d654c /3rd_party/static/onap-ui/shared/header/header.html | |
parent | aab171fe0b7b749a7414cc8d652b5f4662743106 (diff) |
Portal updates for VNF Launch
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>
Diffstat (limited to '3rd_party/static/onap-ui/shared/header/header.html')
-rw-r--r-- | 3rd_party/static/onap-ui/shared/header/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rd_party/static/onap-ui/shared/header/header.html b/3rd_party/static/onap-ui/shared/header/header.html index 3a87a73..8e18026 100644 --- a/3rd_party/static/onap-ui/shared/header/header.html +++ b/3rd_party/static/onap-ui/shared/header/header.html @@ -2,11 +2,11 @@ <div class="row header-container-row"> <div class="col-md-3"> <a href="/#/"> - <img class="stnd dark-version header-logo" alt="ONAP" src="onap-ui/assets/img/logo.png"> + <img class="stnd dark-version header-logo" alt="OPNFV" src="onap-ui/assets/img/logo.png"> </a> </div> <div class="col-md-offset-1 header-title"> - <span class="header-title">ONAP Verified Program</span> + <span class="header-title">OPNFV Verification Program (OVP) - VNF Portal</span> </div> </div> </div> |