diff --git a/puppetboard/templates/fact.html b/puppetboard/templates/fact.html index 0617065..9950d74 100644 --- a/puppetboard/templates/fact.html +++ b/puppetboard/templates/fact.html @@ -1,7 +1,7 @@ {% extends 'layout.html' %} {% import '_macros.html' as macros %} {% block content %} -

{{name}}{% if value %}/{{value}}{% endif %}

+

{{name}}{% if value %}/{{value}}{% endif %} ({{facts|length}})

{{macros.facts_graph(facts, autofocus=True, show_node=True, margin_bottom=10)}} {{macros.facts_graph_value(facts, autofocus=True, show_node=True, margin_bottom=10)}} {% if value %}