From 260450eaa1b443dbc1a656ab7e245cfaa87fb260 Mon Sep 17 00:00:00 2001 From: yves Date: Wed, 22 May 2013 17:54:16 +0200 Subject: host: extend template to render maintainers and groups --- templates/host.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/templates/host.html b/templates/host.html index 5f492b0..f862e27 100644 --- a/templates/host.html +++ b/templates/host.html @@ -16,12 +16,31 @@
hostname
{{hostname}}
+
description
{{description}}
+
maintainers
+
+
    + {% for maintainer in maintainers %} +
  • {{maintainer}}
  • + {% endfor %} +
+
os
{{os}}
arch
{{arch}}
vserver
{{vserver}}
{% if vserver_host is defined %}
vserver_host
{{vserver_host}}
{% endif %} + {% if groups is defined %} +
bcfg2-groups
+
+
    + {% for group in groups %} +
  • {{group}}
  • + {% endfor %} +
+
+ {% endif %}
-- cgit v1.2.3-1-g7c22