From cd100f9c17a397578e28c4afa37f9c213f73620f Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Wed, 10 May 2017 15:47:24 +0200 Subject: Bug Fixes: remove Db name + path as case have been renamed in testcases.yaml no more need or translation name/Db name Change-Id: I0656ec478369224d44d9c3cdf0c6426f140e4029 Signed-off-by: Morgan Richomme --- reporting/functest/template/index-status-tmpl.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'reporting/functest/template/index-status-tmpl.html') diff --git a/reporting/functest/template/index-status-tmpl.html b/reporting/functest/template/index-status-tmpl.html index ebacfd1..cc4edaa 100644 --- a/reporting/functest/template/index-status-tmpl.html +++ b/reporting/functest/template/index-status-tmpl.html @@ -134,13 +134,13 @@ $(document).ready(function (){ {% for test in items[scenario] -%} {% if test.getCriteria() > 2 -%} - + {%- elif test.getCriteria() > 1 -%} - + {%- elif test.getCriteria() > 0 -%} - + {%- elif test.getCriteria() > -1 -%} - + {%- endif %} {%- endfor %} -- cgit 1.2.3-korg