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/opnfv_testapi/ui/components | |
parent | 6e3246b058fcb804a053107536f99896cbcfc9fe (diff) | |
parent | 4aa16e9cd8120cf7d25ca01755d61bf163dfec34 (diff) |
Merge "show start_date in results page"
Diffstat (limited to 'testapi/opnfv_testapi/ui/components')
-rw-r--r-- | testapi/opnfv_testapi/ui/components/results/results.html | 4 |
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 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> |