aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/toaster/toastergui/templates/targets.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/toaster/toastergui/templates/targets.html b/lib/toaster/toastergui/templates/targets.html
index 1f938aad2..f4313f92b 100644
--- a/lib/toaster/toastergui/templates/targets.html
+++ b/lib/toaster/toastergui/templates/targets.html
@@ -39,6 +39,7 @@
{% include "basetable_top.html" %}
{% for o in objects %}
+ {% if o.name %}
<tr class="data">
<td class="target">
{{o.name}}
@@ -78,6 +79,7 @@
</a>
</td>
</tr>
+ {% endif %}
{% endfor %}
{% include "basetable_bottom.html" %}