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 ++-- testapi/setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '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}} 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/* -- cgit 1.2.3-korg