diff --git a/puppetboard/templates/inventory.html b/puppetboard/templates/inventory.html index 779f00a..e3e6567 100644 --- a/puppetboard/templates/inventory.html +++ b/puppetboard/templates/inventory.html @@ -1,37 +1,25 @@ {% extends 'layout.html' %} {% block content %} -
- PuppetDB currently only returns active nodes. +
+
- {% with messages = get_flashed_messages(with_categories=true) %} - {% if messages %} - {% for category, message in messages %} -
- {{message}} -
- {% endfor %} - {% endif %} - {% endwith %} -
- -
- +
{% for description in fact_desc %} {% endfor %} {% for nodename in nodedata %} {% for item in nodedata[nodename] %} {% endfor %} {% endfor %}
{{description}}
{{item}}
{% endblock content %}