summaryrefslogtreecommitdiffstats
path: root/testapi
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2018-03-13 07:22:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-13 07:22:32 +0000
commitbc44aca254ebcb00be706fa1ff1143c7950eb312 (patch)
tree8fe45029370dd55566947fb781d2cc70f1fc5b31 /testapi
parent6e3246b058fcb804a053107536f99896cbcfc9fe (diff)
parent4aa16e9cd8120cf7d25ca01755d61bf163dfec34 (diff)
Merge "show start_date in results page"
Diffstat (limited to 'testapi')
-rw-r--r--testapi/opnfv_testapi/ui/components/results/results.html4
-rw-r--r--testapi/setup.cfg2
2 files changed, 3 insertions, 3 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>
diff --git a/testapi/setup.cfg b/testapi/setup.cfg
index e83da5e..570d138 100644
--- a/testapi/setup.cfg
+++ b/testapi/setup.cfg
@@ -24,7 +24,7 @@ packages =
opnfv_testapi
data_files =
- /etc/opnfv_testapi = etc/config.ini
+# /etc/opnfv_testapi = etc/config.ini
/usr/local/share/opnfv_testapi = 3rd_party/static/*
/usr/local/share/opnfv_testapi/testapi-ui = opnfv_testapi/ui/*