diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2018-01-15 06:18:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-15 06:18:32 +0000 |
commit | 62fb9a03e047d70bb15c67d2748ffe377273d0b6 (patch) | |
tree | bed426f6b582efa9b461db9aed6d345aa6952bce /testapi/opnfv_testapi/ui/shared/header | |
parent | d379980b8999157a77027207d9cda77f87c67e26 (diff) | |
parent | 349609818abcf10cc94088b043f71b5c8bc504a1 (diff) |
Merge "Design the scenario create method"
Diffstat (limited to 'testapi/opnfv_testapi/ui/shared/header')
-rw-r--r-- | testapi/opnfv_testapi/ui/shared/header/header.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testapi/opnfv_testapi/ui/shared/header/header.html b/testapi/opnfv_testapi/ui/shared/header/header.html index d0501a2..6bbdcb8 100644 --- a/testapi/opnfv_testapi/ui/shared/header/header.html +++ b/testapi/opnfv_testapi/ui/shared/header/header.html @@ -19,7 +19,8 @@ TestAPI <li ng-class="{ active: header.isActive('/about')}"><a ui-sref="about">About</a></li> <li ng-class="{ active: header.isActive('/pods')}"><a ui-sref="pods">Pods</a></li> <li ng-class="{ active: header.isActive('/projects')}"><a ui-sref="projects">Projects</a></li> - <li ng-class="{ active: header.isActive('/results')}"><a ui-sref="results">Results</a></li> + <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"> <li ng-class="{ active: header.isActive('/profile')}" ng-if="auth.isAuthenticated"><a ui-sref="profile">Profile</a></li> |