diff --git a/bitbake/lib/toaster/toastergui/templates/targets.html b/bitbake/lib/toaster/toastergui/templates/targets.html index 1f938aad2f..f4313f92b2 100644 --- a/bitbake/lib/toaster/toastergui/templates/targets.html +++ b/bitbake/lib/toaster/toastergui/templates/targets.html @@ -39,6 +39,7 @@ {% include "basetable_top.html" %} {% for o in objects %} + {% if o.name %} {{o.name}} @@ -78,6 +79,7 @@ + {% endif %} {% endfor %} {% include "basetable_bottom.html" %}