Commit 607cd218 authored by Vincent Pelletier's avatar Vincent Pelletier

Name levels consistently with detailed table.

parent f0d31a52
......@@ -585,7 +585,7 @@ class ERP5SiteStats(GenericSiteStats):
append('</tr></table><h2>Per-level overall</h2><table class="stats"><tr>'
'<th>level</th>')
append(APDEXStats.asHTMLHeader())
append('</tr><tr><th>top</th>')
append('</tr><tr><th>other</th>')
append(no_module_overall.asHTML(self.threshold))
append('</tr><tr><th>site search</th>')
append(site_search_overall.asHTML(self.threshold))
......
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