summaryrefslogtreecommitdiff
path: root/www/py-puppetboard02/files/patch-puppetboard_templates_fact.html
blob: 8b7eaad71e88df044262692f51a8b03c07a19a0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- puppetboard/templates/fact.html.orig
+++ puppetboard/templates/fact.html
@@ -7,7 +7,7 @@
 var data = [
 {% for fact in facts|groupby('value') %}
   {
-  label: '{{ fact.grouper.replace("\n", " ") }}',
+  label: '{{ ("%s" % fact.grouper).replace("\n", " ") }}',
   value: {{ fact.list|length }}
   },
 {% endfor %}