mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
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:
committed by
Richard Purdie
parent
fb84086f7d
commit
c2a1e044c8
@@ -64,7 +64,7 @@
|
|||||||
<div style="width: {{build.completeper}}%;" class="bar"></div>
|
<div style="width: {{build.completeper}}%;" class="bar"></div>
|
||||||
</div>
|
</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%}
|
{%endif%}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -202,7 +202,7 @@ vim: expandtab tabstop=2
|
|||||||
<div style="width: {[b.build[0].completeper]}%;" class="bar"></div>
|
<div style="width: {[b.build[0].completeper]}%;" class="bar"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-right lead">ETA in {[b.build[0].eta|toeta|timediff]}</div>
|
<div class="text-right lead">{[b.build[0].completeper]}% tasks completed</div>
|
||||||
</case>
|
</case>
|
||||||
</case>
|
</case>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user