summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-05-13 00:46:26 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-05-13 00:46:26 +0200
commit59bcdfc0130542e9d27e10fbfc6553cb15b5bd8c (patch)
treea239ac5b0400b1ff463a41e71dc96aed8b1c3fcc /templates
parent17ac4cc16c3ccf6f58bb12fd4895bdb560ae3cf3 (diff)
downloadwww-59bcdfc0130542e9d27e10fbfc6553cb15b5bd8c.tar.gz
www-59bcdfc0130542e9d27e10fbfc6553cb15b5bd8c.tar.bz2
www-59bcdfc0130542e9d27e10fbfc6553cb15b5bd8c.zip
templates/host: display vserver-host only if available
Diffstat (limited to 'templates')
-rw-r--r--templates/host.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/host.html b/templates/host.html
index 5b9e877..79559b2 100644
--- a/templates/host.html
+++ b/templates/host.html
@@ -15,7 +15,9 @@
<dt>os</dt><dd>{{os}}</dd>
<dt>arch</dt><dd>{{arch}}</dd>
<dt>vserver</dt><dd>{{vserver}}</dd>
+ {{#vserver-host}}
<dt>vserver-host</dt><dd>{{vserver-host}}</dd>
+ {{/vserver-host}}
</dl>
</div>