summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Reports/reports/templates/displays/summary.html
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2011-08-12 14:45:57 -0500
committerSol Jerome <sol.jerome@gmail.com>2011-08-12 14:45:57 -0500
commit3a509d90c4518cced666c22f43257dfb678924fe (patch)
tree0170fb71adf63d52174cee5f7069f9eac4a24586 /src/lib/Server/Reports/reports/templates/displays/summary.html
parent5fe3867a3b75aff04eeb7ba8c910ee6939c1680f (diff)
parentdfbd8db34863594f47671be0ecada0aca6166bb8 (diff)
downloadbcfg2-3a509d90c4518cced666c22f43257dfb678924fe.tar.gz
bcfg2-3a509d90c4518cced666c22f43257dfb678924fe.tar.bz2
bcfg2-3a509d90c4518cced666c22f43257dfb678924fe.zip
Merge branch 'reports-plusminus' of https://github.com/mkdfh/bcfg2
Diffstat (limited to 'src/lib/Server/Reports/reports/templates/displays/summary.html')
-rw-r--r--src/lib/Server/Reports/reports/templates/displays/summary.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Server/Reports/reports/templates/displays/summary.html b/src/lib/Server/Reports/reports/templates/displays/summary.html
index 0124f635d..b9847cf96 100644
--- a/src/lib/Server/Reports/reports/templates/displays/summary.html
+++ b/src/lib/Server/Reports/reports/templates/displays/summary.html
@@ -22,9 +22,9 @@ hide_tables[{{ forloop.counter0 }}] = "table_{{ summary.name }}";
{% if summary_data %}
{% for summary in summary_data %}
<div class='entry_list'>
- <div class='entry_list_head element_list_head'>
- <div class='entry_expand_tab' onclick='javascript:toggleMe("table_{{ summary.name }}");'>[+]</div>
+ <div class='entry_list_head element_list_head' onclick='javascript:toggleMe("table_{{ summary.name }}");'>
<h3>{{ summary.nodes|length }} {{ summary.label }}</h3>
+ <div class='entry_expand_tab' id='plusminus_table_{{ summary.name }}'>[+]</div>
</div>
<table id='table_{{ summary.name }}' class='entry_list'>