diff --git a/bitbake/lib/toaster/toastergui/templates/mrb_section.html b/bitbake/lib/toaster/toastergui/templates/mrb_section.html index 586c47bfae..4237980c58 100644 --- a/bitbake/lib/toaster/toastergui/templates/mrb_section.html +++ b/bitbake/lib/toaster/toastergui/templates/mrb_section.html @@ -13,7 +13,7 @@
{% for build in mru %}
- {% if build.project %} + {% if MANAGED and build.project %} {{build.project.name}} {% endif %} @@ -40,10 +40,10 @@ {% endif %}
- + Build time: {{ build.timespent|sectohms }} - {% if build.project %} + {% if MANAGED and build.project %} Run again {% endif %}