diff --git a/templates/stats.html b/templates/stats.html index 1649c5c..0cbeb99 100644 --- a/templates/stats.html +++ b/templates/stats.html @@ -71,7 +71,7 @@

Crawl server stats

- +
@@ -86,11 +86,11 @@ {% for server in crawl_server_stats %} - - - - - + + + + + {% endfor %}
Server
{{ server }}{{ crawl_server_stats[server].task_count }}{{ crawl_server_stats[server].time | duration_format() }}{{ crawl_server_stats[server].time_avg | duration_format() }}{{ crawl_server_stats[server].file_count }}{{ "%.2f" % crawl_server_stats[server].file_count_avg }}{{ crawl_server_stats[server].task_count }}{{ crawl_server_stats[server].time | duration_format() }}{{ crawl_server_stats[server].time_avg | duration_format() }}{{ crawl_server_stats[server].file_count }}{{ "%.2f" % crawl_server_stats[server].file_count_avg }}