summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/mrb_section.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/mrb_section.html b/bitbake/lib/toaster/toastergui/templates/mrb_section.html
index 57a6f9be73..396fb8edf8 100644
--- a/bitbake/lib/toaster/toastergui/templates/mrb_section.html
+++ b/bitbake/lib/toaster/toastergui/templates/mrb_section.html
@@ -84,7 +84,7 @@
84 <div style="width: {{build.completeper}}%;" class="bar"></div> 84 <div style="width: {{build.completeper}}%;" class="bar"></div>
85 </div> 85 </div>
86 </div> 86 </div>
87 <div class="lead pull-right">ETA: in {{build.eta|naturaltime}}</div> 87 <div class="lead pull-right">{{build.completeper}}% of tasks complete</div>
88 {%endif%} 88 {%endif%}
89 </div> 89 </div>
90 </div> 90 </div>