diff options
author | Dan McGee <dan@archlinux.org> | 2013-05-10 18:10:04 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-05-10 18:10:04 -0500 |
commit | 8097a1fdeff36fb3db521a3b354ea8bf576869cc (patch) | |
tree | 6591226d8f58cc4462e71c21fe9853a62a76fbfd /templates | |
parent | 76be96ac2c11604a2bfceed4212b686719620b13 (diff) |
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.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html index d3e85b00..6f0ac6c1 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"> |