[OE-core] [PATCH 3/9] error-report: add 'Submitter' column

Roxana Ciobanu roxana.ciobanu at intel.com
Fri Aug 22 08:49:39 UTC 2014


Show the submitter in the search results page

[YOCTO #6538]

Signed-off-by: Roxana Ciobanu <roxana.ciobanu at intel.com>
---
 templates/search-details.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/templates/search-details.html b/templates/search-details.html
index 3941a1f..b6c2b7e 100644
--- a/templates/search-details.html
+++ b/templates/search-details.html
@@ -27,6 +27,7 @@
 								<th>Host distro</th>
 								<th>Branch</th>
 								<th>Commit</th>
+								<th>Submitter</th>
 							</tr>
 						</thead>
 						<tbody>
@@ -49,6 +50,7 @@
 												{{ detail.BUILD.COMMIT|truncatechars:10}}
 											</div>
 						            </td>
+									<td><a href="{% url id detail.id details.number items d %}">{{ detail.BUILD.NAME }} </a></td>
 								</tr>
 							 {%endfor%}
 						</tbody>
-- 
1.9.1




More information about the Openembedded-core mailing list