diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2018-01-18 06:58:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-18 06:58:27 +0000 |
commit | f82dd79721fec6d4d6e5ac8b7b27cfec689b92ea (patch) | |
tree | b422fd88e596f76af61b71846006c2ad1b1505b3 /testapi/opnfv_testapi/ui/shared/header/header.html | |
parent | 62fb9a03e047d70bb15c67d2748ffe377273d0b6 (diff) | |
parent | 16e83d89c4d4d64188bf6d0249050b2740dfd913 (diff) |
Merge "Bug fixes in results, tastcases and header file"
Diffstat (limited to 'testapi/opnfv_testapi/ui/shared/header/header.html')
-rw-r--r-- | testapi/opnfv_testapi/ui/shared/header/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/opnfv_testapi/ui/shared/header/header.html b/testapi/opnfv_testapi/ui/shared/header/header.html index 6bbdcb8..3b2aba1 100644 --- a/testapi/opnfv_testapi/ui/shared/header/header.html +++ b/testapi/opnfv_testapi/ui/shared/header/header.html @@ -22,7 +22,7 @@ TestAPI <li ng-class="{ active: header.isActive('/results')}"><a ui-sref="results">Results</a></li> <li ng-class="{ active: header.isActive('/scenarios')}"><a ui-sref="scenarios">Scenarios</a></li> </ul> - <ul class="nav navbar-nav navbar-right"> + <ul class="nav navbar-nav navbar-right" ng-class="{'hidden' : !authenticate}"> <li ng-class="{ active: header.isActive('/profile')}" ng-if="auth.isAuthenticated"><a ui-sref="profile">Profile</a></li> <li ng-if="auth.isAuthenticated"><a href="" ng-click="auth.doSignOut()">Sign Out</a></li> <li ng-if="!auth.isAuthenticated"><a href="" ng-click="auth.doSignIn()">Sign In / Sign Up</a></li> |