summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/project.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/project.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/project.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html
index 7da2361460..a1cce33222 100644
--- a/bitbake/lib/toaster/toastergui/templates/project.html
+++ b/bitbake/lib/toaster/toastergui/templates/project.html
@@ -196,7 +196,7 @@ vim: expandtab tabstop=2
196 <div style="width: {[b.build[0].completeper]}%;" class="bar"></div> 196 <div style="width: {[b.build[0].completeper]}%;" class="bar"></div>
197 </div> 197 </div>
198 </div> 198 </div>
199 <div class="text-right lead">ETA: {[b.build[0].eta|date:"HH:mm:ss"]}</div> 199 <div class="text-right lead">ETA in {[b.build[0].eta|toeta|timediff]}</div>
200 </case> 200 </case>
201 </case> 201 </case>
202 202