summaryrefslogtreecommitdiffstats
path: root/templates/host.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/host.html')
-rw-r--r--templates/host.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/host.html b/templates/host.html
index 438bc18..368a51b 100644
--- a/templates/host.html
+++ b/templates/host.html
@@ -99,7 +99,7 @@
</thead>
<tbody>
{% for service_category in services %}
- {% if services[service_category] %}
+ {% if services[service_category] is iterable %}
{% for service in services[service_category] %}
<tr>
<td>{{service}}</td>