[OE-core] [PATCH 2/9] error-report: add 'Submitted on' detail

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


Show the submission date and time for an error in the
the error details page.

[YOCTO #6538]

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

diff --git a/templates/error-details.html b/templates/error-details.html
index 0de5f46..f2dc010 100644
--- a/templates/error-details.html
+++ b/templates/error-details.html
@@ -21,6 +21,8 @@
 					<div class="well">
 						<h2>Error details</h2>
 						<dl class="dl-vertical">
+							<dt>Submitted on:</dt>
+							<dd>{{ detail.BUILD.DATE|date:"d/m/y H:i"}}</dd>
 							<dt>Task:</dt>
 							<dd>{{ detail.TASK }}</dd>
 							<dt>Recipe:</dt>
-- 
1.9.1




More information about the Openembedded-core mailing list