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