summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting/templates/clients/detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Bcfg2/Reporting/templates/clients/detail.html')
-rw-r--r--src/lib/Bcfg2/Reporting/templates/clients/detail.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Bcfg2/Reporting/templates/clients/detail.html b/src/lib/Bcfg2/Reporting/templates/clients/detail.html
index 27a791fee..4608ce6f1 100644
--- a/src/lib/Bcfg2/Reporting/templates/clients/detail.html
+++ b/src/lib/Bcfg2/Reporting/templates/clients/detail.html
@@ -121,8 +121,8 @@ span.history_links a {
{% if interaction.failures.all %}
<div class='entry_list'>
- <div class='entry_list_head' onclick='javascript:toggleMe("failures_table");'>
- <h3>Failed entries</h3>
+ <div class='entry_list_head failed-lineitem' onclick='javascript:toggleMe("failures_table");'>
+ <h3>Failed Entries &#8212; {{ interaction.failures.all|length }}</h3>
<div class='entry_expand_tab' id='plusminus_failuress_table'>[+]</div>
</div>
<table id='failures_table' class='entry_list' style='display: none'>