Commit 98ef0b3c authored by Vincent Pelletier's avatar Vincent Pelletier

ERP5 stats: rename top-level matches.

Also, keep it at table bottom.
parent cdd5d088
......@@ -562,13 +562,13 @@ class ERP5SiteStats(GenericSiteStats):
hiddenGraph(self.module[module_id][True], module_id + ' (document)')
apdexAsColumns(data_dict[True])
append('</tr>')
append('<tr class="group_top group_bottom"><th colspan="2">(none)</th>')
hiddenGraph(self.no_module, '(none)')
no_module_overall = apdexAsColumns(filtered_no_module)
append('<tr class="group_top group_bottom"><th colspan="2">site search'
'</th>')
hiddenGraph(self.site_search, 'site search')
site_search_overall = apdexAsColumns(filtered_site_search)
append('<tr class="group_top group_bottom"><th colspan="2">other</th>')
hiddenGraph(self.no_module, 'other')
no_module_overall = apdexAsColumns(filtered_no_module)
append('</tr></table><h2>Per-level overall</h2><table class="stats"><tr>'
'<th>level</th>')
append(APDEXStats.asHTMLHeader())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment