summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index a5c9d7e..36d83e4 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -43,9 +43,11 @@
</p>
<ul class="ips inline">
+ {% if host['addresses'] %}
{% for ip in host['addresses'] | select_with_attribute('vserver', False) | sort(attribute='address') %}
<li>{{ip['address']}}</li>
{% endfor %}
+ {% endif %}
</ul>
</div>
</li>