summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2018-03-13 14:04:09 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2018-03-13 14:04:09 +0800
commit4aa16e9cd8120cf7d25ca01755d61bf163dfec34 (patch)
tree87dba0116c52893f47a9f069d6c5135ab7ab2f8e /testapi/opnfv_testapi
parentf826a2a29a5626db630470513a097413c8af4062 (diff)
show start_date in results page
Change-Id: If8802751b0eede1642f249988190f5d2fe9738c2 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/opnfv_testapi')
-rw-r--r--testapi/opnfv_testapi/ui/components/results/results.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/testapi/opnfv_testapi/ui/components/results/results.html b/testapi/opnfv_testapi/ui/components/results/results.html
index e1413d5..a433525 100644
--- a/testapi/opnfv_testapi/ui/components/results/results.html
+++ b/testapi/opnfv_testapi/ui/components/results/results.html
@@ -91,7 +91,7 @@
<th>Version</th>
<th>Scenario</th>
<th>Criteria</th>
- <th>Build&nbsp;tag</th>
+ <th>Start Date</th>
</tr>
</thead>
@@ -105,7 +105,7 @@
<td>{{ result.version }}</td>
<td>{{ result.scenario }}</td>
<td>{{ result.criteria }}</td>
- <td>{{ result["build_tag"]}}</td>
+ <td>{{ result.start_date}}</td>
</tr>
<tr ng-repeat-end=>
</tr>