From 4aa16e9cd8120cf7d25ca01755d61bf163dfec34 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Tue, 13 Mar 2018 14:04:09 +0800 Subject: show start_date in results page Change-Id: If8802751b0eede1642f249988190f5d2fe9738c2 Signed-off-by: SerenaFeng --- testapi/opnfv_testapi/ui/components/results/results.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testapi/opnfv_testapi') 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 @@ Version Scenario Criteria - Build tag + Start Date @@ -105,7 +105,7 @@ {{ result.version }} {{ result.scenario }} {{ result.criteria }} - {{ result["build_tag"]}} + {{ result.start_date}} -- cgit 1.2.3-korg