From 386fea9e1e2c8f74478e9bf5cb23d41585043ee9 Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Tue, 21 Jan 2014 14:59:58 +0100 Subject: [PATCH] templates: Sort fact tables. We actually had a function that would sort the facts tables by default based on the first column but weren't using this. Testing with the upcoming PuppetDB 1.6 made this bug surface because PuppetDB stopped sorting facts by itself. --- CHANGELOG.rst | 5 +++++ puppetboard/templates/_macros.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ce80d2b..830993e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,11 @@ Changelog This is the changelog for Puppetboard. +0.0.4 +===== + +* Fix the sorting of the different tables containing facts. + 0.0.3 ===== This release introduces a few big changes. The most obvious one is the diff --git a/puppetboard/templates/_macros.html b/puppetboard/templates/_macros.html index 814881c..15d5883 100644 --- a/puppetboard/templates/_macros.html +++ b/puppetboard/templates/_macros.html @@ -2,7 +2,7 @@
- +
{% if show_node %}