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

[YOCTO #6538]

Signed-off-by: Roxana Ciobanu <[email protected]>
---
 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

-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to