From 3232277c559352a9f1398519729b1027d908f33d Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Wed, 9 May 2012 19:35:52 -0500 Subject: reports: Fix unpruned entries display Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Server/Reports/reports/templates/config_items/item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Server/Reports/reports') diff --git a/src/lib/Bcfg2/Server/Reports/reports/templates/config_items/item.html b/src/lib/Bcfg2/Server/Reports/reports/templates/config_items/item.html index cadc178a7..42c3e8349 100644 --- a/src/lib/Bcfg2/Server/Reports/reports/templates/config_items/item.html +++ b/src/lib/Bcfg2/Server/Reports/reports/templates/config_items/item.html @@ -93,7 +93,7 @@ div.entry_list h3 { {% endif %} - {% if item.reason.unpruned %} + {% if item.reason.unpruned != '' %}

Extra entries found

-- cgit v1.2.3-1-g7c22