From: SerenaFeng Date: Tue, 13 Mar 2018 06:04:09 +0000 (+0800) Subject: show start_date in results page X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F53625%2F1;p=releng-testresults.git show start_date in results page Change-Id: If8802751b0eede1642f249988190f5d2fe9738c2 Signed-off-by: SerenaFeng --- 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/*