summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/mrb_section.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/mrb_section.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/mrb_section.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/mrb_section.html b/bitbake/lib/toaster/toastergui/templates/mrb_section.html
index 38a72f9afb..b761ffe1df 100644
--- a/bitbake/lib/toaster/toastergui/templates/mrb_section.html
+++ b/bitbake/lib/toaster/toastergui/templates/mrb_section.html
@@ -198,7 +198,15 @@
198 198
199 <!-- build time --> 199 <!-- build time -->
200 <div class="col-md-3"> 200 <div class="col-md-3">
201 Build time: <a class="alert-link" href="<%:buildtime_url%>"><%:buildtime%></a> 201 Build time:
202
203 <span data-role="data-recent-build-buildtime-field">
204 <%if state == 'Succeeded'%>
205 <a class="alert-link" href="<%:buildtime_url%>"><%:buildtime%></a>
206 <%else%>
207 <%:buildtime%>
208 <%/if%>
209 </span>
202 210
203 <!-- rebuild button --> 211 <!-- rebuild button -->
204 <%include tmpl='#rebuild-template'/%> 212 <%include tmpl='#rebuild-template'/%>