summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Reports
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2012-06-06 10:35:24 -0500
committerTim Laszlo <tim.laszlo@gmail.com>2012-06-06 14:35:28 -0500
commitee7a0fae2160d8e6f31c7ff932419c1e500e7e52 (patch)
treed99202673454e135ab1e8caf9144a70473f4ee58 /src/lib/Bcfg2/Server/Reports
parent2798c9e83801f96cfd940d5338fee86ec471e4e1 (diff)
downloadbcfg2-ee7a0fae2160d8e6f31c7ff932419c1e500e7e52.tar.gz
bcfg2-ee7a0fae2160d8e6f31c7ff932419c1e500e7e52.tar.bz2
bcfg2-ee7a0fae2160d8e6f31c7ff932419c1e500e7e52.zip
web_reports: show filter list when no records are returned
Diffstat (limited to 'src/lib/Bcfg2/Server/Reports')
-rw-r--r--src/lib/Bcfg2/Server/Reports/reports/templates/clients/detailed-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Reports/reports/templates/clients/detailed-list.html b/src/lib/Bcfg2/Server/Reports/reports/templates/clients/detailed-list.html
index 005c8b998..9be59e7d2 100644
--- a/src/lib/Bcfg2/Server/Reports/reports/templates/clients/detailed-list.html
+++ b/src/lib/Bcfg2/Server/Reports/reports/templates/clients/detailed-list.html
@@ -6,8 +6,8 @@
{% block content %}
<div class='client_list_box'>
-{% if entry_list %}
{% filter_navigator %}
+{% if entry_list %}
<table cellpadding="3">
<tr id='table_list_header' class='listview'>
<td class='left_column'>{% sort_link 'client' 'Node' %}</td>