From 96ef996f604808a1131edc7bbedc1bd08ded138d Mon Sep 17 00:00:00 2001 From: Stoyan Stoyanov Date: Tue, 9 Jun 2015 15:46:08 -0700 Subject: [PATCH] inventory.html: Brought UI up to date. Updated template to match the style of the rest of the templates that were updated a year ago when the project switched to using Semantic-UI. --- puppetboard/templates/inventory.html | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) 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,21 +1,9 @@ {% 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 %}