diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2018-03-13 07:22:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-13 07:22:32 +0000 |
commit | bc44aca254ebcb00be706fa1ff1143c7950eb312 (patch) | |
tree | 8fe45029370dd55566947fb781d2cc70f1fc5b31 /testapi | |
parent | 6e3246b058fcb804a053107536f99896cbcfc9fe (diff) | |
parent | 4aa16e9cd8120cf7d25ca01755d61bf163dfec34 (diff) |
Merge "show start_date in results page"
Diffstat (limited to 'testapi')
-rw-r--r-- | testapi/opnfv_testapi/ui/components/results/results.html | 4 | ||||
-rw-r--r-- | testapi/setup.cfg | 2 |
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 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/* |