summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/toaster/toastergui/templates/targets.html2
1 files changed, 2 insertions, 0 deletions
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 @@
39 39
40{% include "basetable_top.html" %} 40{% include "basetable_top.html" %}
41 {% for o in objects %} 41 {% for o in objects %}
42 {% if o.name %}
42 <tr class="data"> 43 <tr class="data">
43 <td class="target"> 44 <td class="target">
44 {{o.name}} 45 {{o.name}}
@@ -78,6 +79,7 @@
78 </a> 79 </a>
79 </td> 80 </td>
80 </tr> 81 </tr>
82 {% endif %}
81 {% endfor %} 83 {% endfor %}
82{% include "basetable_bottom.html" %} 84{% include "basetable_bottom.html" %}
83 85