summaryrefslogtreecommitdiffstats
path: root/reporting/functest/template/index-tempest-tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'reporting/functest/template/index-tempest-tmpl.html')
-rw-r--r--reporting/functest/template/index-tempest-tmpl.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/reporting/functest/template/index-tempest-tmpl.html b/reporting/functest/template/index-tempest-tmpl.html
index be0b797..b8260ed 100644
--- a/reporting/functest/template/index-tempest-tmpl.html
+++ b/reporting/functest/template/index-tempest-tmpl.html
@@ -67,14 +67,18 @@
<td>{{item}}</td>
<td>{{result.details[item]}}</td>
<td><span class="glyphicon glyphicon-ok"></td>
- <td>{{result.errors[item]}}</td>
+ {% if item is equalto "Success rate" %}
+ <td>{{result.errors}}</td>
+ {% endif %}
</tr>
{%- else -%}
<tr class="tr-danger">
<td>{{item}}</td>
<td>{{result.details[item]}}</td>
<td><span class="glyphicon glyphicon-remove"></td>
- <td>{{result.errors[item]}}</td>
+ {% if item is equalto "Success rate" %}
+ <td>{{result.errors}}</td>
+ {% endif %}
</tr>
{%- endif %}
{%- endif %}