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, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 9681fad..043136e 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -38,7 +38,7 @@
</p>
<ul class="ips">
- {% for ip in host['addresses'] | sort(attribute='address') %}
+ {% for ip in host['addresses'] | select_with_attribute('vserver', False) | sort(attribute='address') %}
<li>{{ip['address']}}</li>
{% endfor %}
</ul>