diff options
author | 2016-09-23 08:22:06 +0200 | |
---|---|---|
committer | 2016-09-23 08:22:06 +0200 | |
commit | 6d1919171788cbc1bd003671ea2d31ccffbcb45d (patch) | |
tree | e1bd25ebdd8687c2db340b6ca36bea8693c149f3 /utils/test/reporting/functest/template/index-status-tmpl.html | |
parent | 9f7616b1e09a5d1aa2828f91c2b6f0e534e7a85f (diff) |
Add hyperlink on scenarios
JIRA: FUNCTEST-482
Change-Id: Ibe19f153dc79ae1a9b78ec9eb52bb48898d63d7e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'utils/test/reporting/functest/template/index-status-tmpl.html')
-rw-r--r-- | utils/test/reporting/functest/template/index-status-tmpl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/test/reporting/functest/template/index-status-tmpl.html b/utils/test/reporting/functest/template/index-status-tmpl.html index 96240de5b..67c23491a 100644 --- a/utils/test/reporting/functest/template/index-status-tmpl.html +++ b/utils/test/reporting/functest/template/index-status-tmpl.html @@ -18,7 +18,7 @@ <body> <div class="container"> <div class="masthead"> - <h3 class="text-muted">Functest status page ({{version}})</h3> + <h3 class="text-muted">Functest status page ({{version}}, {{date}})</h3> <nav> <ul class="nav nav-justified"> <li class="active"><a href="http://testresults.opnfv.org/reporting/index.html">Home</a></li> @@ -47,7 +47,7 @@ </tr> {% for scenario,iteration in scenario_stats.iteritems() -%} <tr class="tr-ok"> - <td>{{scenario}}</td> + <td><a href={{scenario_results[scenario].getUrlLastRun()}}>{{scenario}}</a></td> <td>{%if scenario_results[scenario].getScorePercent() < 8.3 -%} <img src="../../img/gauge_0.png"> {%elif scenario_results[scenario].getScorePercent() < 16.7 -%} |