summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2013-05-11 01:10:04 +0200
committerDan McGee <dan@archlinux.org>2013-05-11 01:10:04 +0200
commit8097a1fdeff36fb3db521a3b354ea8bf576869cc (patch)
tree6591226d8f58cc4462e71c21fe9853a62a76fbfd /templates
parent76be96ac2c11604a2bfceed4212b686719620b13 (diff)
downloadarchweb-8097a1fdeff36fb3db521a3b354ea8bf576869cc.tar.gz
archweb-8097a1fdeff36fb3db521a3b354ea8bf576869cc.tar.xz
Add mirror error logs to mirror details page
Give a window of 7 days for logs here rather than the default 24 hours we do on the main status page since we are only retrieving details for a single mirror with a handful of URLs. This should make it easier to have all information regarding one mirror in a single location. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/mirrors/mirror_details.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html
index d3e85b0..6f0ac6c 100644
--- a/templates/mirrors/mirror_details.html
+++ b/templates/mirrors/mirror_details.html
@@ -106,6 +106,9 @@
{% endfor %}
</tbody>
</table>
+
+ <h3>Error Log</h3>
+ {% include "mirrors/error_table.html" %}
</div>
<div class="box">