summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/*