diff options
author | thuva4 <tharma.thuva@gmail.com> | 2018-01-29 17:08:17 +0530 |
---|---|---|
committer | thuva4 <tharma.thuva@gmail.com> | 2018-02-06 21:13:52 +0530 |
commit | 5e37774a35b9bff0a8c5c6c81f34e8075531c3a0 (patch) | |
tree | f5d5a1ae28ddbf8571ebf9cea0680adb1a85edf4 /testapi/opnfv_testapi/ui/shared/header | |
parent | e6afa4d647a48736fb6645618d773de1c544bbd6 (diff) |
Add deploy results
Create view and controller for deploy results
Add tests for deploy results
Change-Id: Iba29e7a867d45aacd18a26dc4e2d9363cdf8928d
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
Diffstat (limited to 'testapi/opnfv_testapi/ui/shared/header')
-rw-r--r-- | testapi/opnfv_testapi/ui/shared/header/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testapi/opnfv_testapi/ui/shared/header/header.html b/testapi/opnfv_testapi/ui/shared/header/header.html index 3b2aba1..2b7be2f 100644 --- a/testapi/opnfv_testapi/ui/shared/header/header.html +++ b/testapi/opnfv_testapi/ui/shared/header/header.html @@ -20,6 +20,7 @@ TestAPI <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('/deployresults')}"><a ui-sref="deployresults">Deploy 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" ng-class="{'hidden' : !authenticate}"> |