summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/targets.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/targets.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/targets.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/targets.html b/bitbake/lib/toaster/toastergui/templates/targets.html
index cc339fbbb7..590ecb9a0e 100644
--- a/bitbake/lib/toaster/toastergui/templates/targets.html
+++ b/bitbake/lib/toaster/toastergui/templates/targets.html
@@ -39,7 +39,6 @@
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 %}
43 <tr class="data"> 42 <tr class="data">
44 <td class="target"> 43 <td class="target">
45 {{o.name}} 44 {{o.name}}
@@ -79,7 +78,6 @@
79 </a> 78 </a>
80 </td> 79 </td>
81 </tr> 80 </tr>
82 {% endif %}
83 {% endfor %} 81 {% endfor %}
84{% include "basetable_bottom.html" %} 82{% include "basetable_bottom.html" %}
85 83