bitbake: toastergui: replace ETA with percentage

We replace the ETA (which was an inaccurate estimation)
with the percentage of completed tasks.

(Bitbake rev: 220f5b853fd3236b49faa5ec54c9c96050a84fa9)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexandru DAMIAN
2015-03-11 14:33:50 +00:00
committed by Richard Purdie
parent fb84086f7d
commit c2a1e044c8
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@
<div style="width: {{build.completeper}}%;" class="bar"></div>
</div>
</div>
<div class="lead pull-right">ETA: in {{build.eta|naturaltime}}</div>
<div class="lead pull-right">{{build.completeper}}% tasks completed</div>
{%endif%}
</div>
</div>