diff options
Diffstat (limited to 'testapi/opnfv_testapi/ui/components/results')
-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> |