summaryrefslogtreecommitdiffstats
path: root/templates/host.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/host.html')
-rw-r--r--templates/host.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/host.html b/templates/host.html
index 368a51b..99f76b7 100644
--- a/templates/host.html
+++ b/templates/host.html
@@ -99,15 +99,15 @@
</thead>
<tbody>
{% for service_category in services %}
- {% if services[service_category] is iterable %}
- {% for service in services[service_category] %}
- <tr>
- <td>{{service}}</td>
- <td>default</td>
- <td>{{service_category}}</td>
- </tr>
- {% endfor %}
- {% endif %}
+ {% if services[service_category] is iterable %}
+ {% for service in services[service_category] %}
+ <tr>
+ <td>{{service}}</td>
+ <td>default</td>
+ <td>{{service_category}}</td>
+ </tr>
+ {% endfor %}
+ {% endif %}
{% else %}
<tr><td class="centering" colspan="4">no services provoided</td></tr>
{% endfor %}