summaryrefslogtreecommitdiffstats
path: root/reporting/functest/template/index-status-tmpl.html
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-09-23 08:00:44 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-23 08:00:44 +0000
commitaf41ba9498f820b127387ffa723119a0e2b4b33d (patch)
tree5eaa17fc2efbaf7aec0356a4bbd7d1168ffb428b /reporting/functest/template/index-status-tmpl.html
parented34d876f2c4b0c6004d717f9bbec01d3a7ebba1 (diff)
parent43393c281129288cdb328299984c09fcbbc46425 (diff)
Merge "Add hyperlink on scenarios"
Diffstat (limited to 'reporting/functest/template/index-status-tmpl.html')
-rw-r--r--reporting/functest/template/index-status-tmpl.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/reporting/functest/template/index-status-tmpl.html b/reporting/functest/template/index-status-tmpl.html
index 96240de..67c2349 100644
--- a/reporting/functest/template/index-status-tmpl.html
+++ b/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 -%}