summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-05-13 00:42:56 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-05-13 00:42:56 +0200
commit17ac4cc16c3ccf6f58bb12fd4895bdb560ae3cf3 (patch)
tree8d32c508479ba76277d0eafcd6d9ee1e9981836d /templates
parent6665d923eddfcb312111e81fd9604f336e5d1e31 (diff)
downloadwww-17ac4cc16c3ccf6f58bb12fd4895bdb560ae3cf3.tar.gz
www-17ac4cc16c3ccf6f58bb12fd4895bdb560ae3cf3.tar.bz2
www-17ac4cc16c3ccf6f58bb12fd4895bdb560ae3cf3.zip
templates/host: only display the ip address for the specific interface
Diffstat (limited to 'templates')
-rw-r--r--templates/host.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/host.html b/templates/host.html
index 432ff29..5b9e877 100644
--- a/templates/host.html
+++ b/templates/host.html
@@ -24,9 +24,9 @@
<div class="span6">
<h3>{{device}}</h3>
<ul>
- {{#addresses}}
+ {{#.}}
<li>{{address}}/{{netmask}}</li>
- {{/addresses}}
+ {{/.}}
</ul>
</div>
{{/interfaces}}