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 f4a3a75358..badc8a6fcb 100644
--- a/bitbake/lib/toaster/toastergui/templates/project.html
+++ b/bitbake/lib/toaster/toastergui/templates/project.html
@@ -202,7 +202,7 @@ vim: expandtab tabstop=2
202 <div style="width: {[b.build[0].completeper]}%;" class="bar"></div> 202 <div style="width: {[b.build[0].completeper]}%;" class="bar"></div>
203 </div> 203 </div>
204 </div> 204 </div>
205 <div class="text-right lead">ETA in {[b.build[0].eta|toeta|timediff]}</div> 205 <div class="text-right lead">{[b.build[0].completeper]}% tasks completed</div>
206 </case> 206 </case>
207 </case> 207 </case>
208 208