summaryrefslogtreecommitdiffstats
path: root/templates/host.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/host.html')
-rw-r--r--templates/host.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/host.html b/templates/host.html
index 5913913..d59c05d 100644
--- a/templates/host.html
+++ b/templates/host.html
@@ -45,8 +45,9 @@
<dt>bcfg2-groups</dt>
<dd>
{% for group in groups %}
- {{group}}{% if not loop.last %}, {% endif %}
+ {{group}}{% if not loop.last %}, {% else %}<br />{% endif %}
{% endfor %}
+ <a href="https://bcfg2.spline.de/client/{{hostname}}">view client in bcfg2</a>
</dd>
{% endif %}
</dl>