From e98693ada5d512e6c4a9dac40a30f5db554ead3d Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 4 May 2012 19:14:20 -0500 Subject: reports: Add fine-grained filter for 'bad' clients This filter introduces percentages which should help administrators to quickly visually see where they should focus their time. The worse the percentage of bad/total entries, the darker the color of the client. Signed-off-by: Sol Jerome --- .../Bcfg2/Server/Reports/reports/templates/clients/detailed-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Server/Reports/reports/templates/clients/detailed-list.html') 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 0c1fae8d5..84ac71d92 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 @@ -23,7 +23,7 @@ {{ entry.client.name }} {{ entry.state }} + class='{{entry|determine_client_state}}'>{{ entry.state }} {{ entry.goodcount }} {{ entry.bad_entry_count }} {{ entry.modified_entry_count }} -- cgit v1.2.3-1-g7c22