show start_date in results page 25/53625/1
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Tue, 13 Mar 2018 06:04:09 +0000 (14:04 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Tue, 13 Mar 2018 06:04:09 +0000 (14:04 +0800)
Change-Id: If8802751b0eede1642f249988190f5d2fe9738c2
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
testapi/opnfv_testapi/ui/components/results/results.html
testapi/setup.cfg

index e1413d5..a433525 100644 (file)
@@ -91,7 +91,7 @@
                 <th>Version</th>
                 <th>Scenario</th>
                 <th>Criteria</th>
-                <th>Build&nbsp;tag</th>
+                <th>Start Date</th>
             </tr>
         </thead>
 
                 <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>
index e83da5e..570d138 100644 (file)
@@ -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/*