diff options
author | Daniel Farrell <dfarrell@redhat.com> | 2016-09-01 10:56:54 -0400 |
---|---|---|
committer | Daniel Farrell <dfarrell@redhat.com> | 2016-09-01 10:59:59 -0400 |
commit | 2bee02ff93dcfee751cb45a09603f55206c298d6 (patch) | |
tree | d0a3ba032517e6243da770effac0c5d51d496870 /reporting/yardstick | |
parent | 684408009496d951dabb7750a5891f25b2aacdec (diff) |
Fix test results dashboard homepage navbar links
The previous versions were the wrong paths, 404'd.
Change-Id: I9368db672a18b5bb0394cfacf016cd7f5821d886
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Diffstat (limited to 'reporting/yardstick')
-rw-r--r-- | reporting/yardstick/index.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/reporting/yardstick/index.html b/reporting/yardstick/index.html index ec64bc8..488f142 100644 --- a/reporting/yardstick/index.html +++ b/reporting/yardstick/index.html @@ -21,8 +21,11 @@ <h3 class="text-muted">Yardstick reporting page</h3> <nav> <ul class="nav nav-justified"> - <li class="active"><a href="#">Home</a></li> - <li><a href="./index-status-apex.html">Status</a></li> + <li class="active"><a href="http://testresults.opnfv.org/reporting/index.html">Home</a></li> + <li><a href="index-status-apex.html">Apex</a></li> + <li><a href="index-status-compass.html">Compass</a></li> + <li><a href="index-status-fuel.html">Fuel</a></li> + <li><a href="index-status-joid.html">Joid</a></li> </ul> </nav> </div> @@ -45,4 +48,4 @@ </div> </div> <div class="col-md-1"></div> -</div>
\ No newline at end of file +</div> |