summaryrefslogtreecommitdiffstats
path: root/reporting/functest
diff options
context:
space:
mode:
authorboucherv <valentin.boucher@orange.com>2016-06-17 14:56:20 +0200
committerboucherv <valentin.boucher@orange.com>2016-06-17 14:58:54 +0200
commitf01789afbfee2878e9b4493e80e2bc0c17d5b6be (patch)
tree1708359c144279a767f9be69facebea7f069ada7 /reporting/functest
parent29d99144c5dca3dc380e14d90f5290167c814634 (diff)
bugfix: start test time
Change-Id: Ie916cc77373cbfae6e189ffeb1153400b2cc6f67 Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'reporting/functest')
-rw-r--r--reporting/functest/template/index-tempest-tmpl.html2
-rw-r--r--reporting/functest/template/index-vims-tmpl.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/reporting/functest/template/index-tempest-tmpl.html b/reporting/functest/template/index-tempest-tmpl.html
index b8260ed..c562143 100644
--- a/reporting/functest/template/index-tempest-tmpl.html
+++ b/reporting/functest/template/index-tempest-tmpl.html
@@ -49,7 +49,7 @@
<div class="panel-heading">
<div class="progress-bar" role="progressbar" aria-valuenow="{{result.pr_step_ok}}" aria-valuemin="0" aria-valuemax="100" style="width: {{result.pr_step_ok}}%"></div>
<span class="panel-header-item">
- <h4><b>{{result.creation_date}}</b></h4>
+ <h4><b>{{result.start_date}}</b></h4>
</span>
<span class="badge panel-pod-name">{{result.pod_name}}</span>
</div>
diff --git a/reporting/functest/template/index-vims-tmpl.html b/reporting/functest/template/index-vims-tmpl.html
index 8858182..25499dc 100644
--- a/reporting/functest/template/index-vims-tmpl.html
+++ b/reporting/functest/template/index-vims-tmpl.html
@@ -23,7 +23,7 @@
<ul class="nav nav-justified">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="index-vims-fuel.html">Fuel</a></li>
- <li><a href="index--vims-compass.html">Compass</a></li>
+ <li><a href="index-vims-compass.html">Compass</a></li>
<li><a href="index-vims-joid.html">JOID</a></li>
<li><a href="index-vims-apex.html">APEX</a></li>
</ul>
@@ -49,7 +49,7 @@
<div class="panel-heading">
<div class="progress-bar" role="progressbar" aria-valuenow="{{result.pr_step_ok}}" aria-valuemin="0" aria-valuemax="100" style="width: {{result.pr_step_ok}}%"></div>
<span class="panel-header-item">
- <h4><b>{{result.creation_date}}</b></h4>
+ <h4><b>{{result.start_date}}</b></h4>
</span>
<span class="badge panel-pod-name">{{result.pod_name}}</span>
</div>