diff options
author | Dan McGee <dan@archlinux.org> | 2012-05-13 20:35:50 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-05-13 20:37:27 -0500 |
commit | ae1c526ffbe908322f0dd8d8805360b81ab22b0f (patch) | |
tree | 8dc77cae76ceaa7838d2d54c3e5a6b1dd50a74f6 /templates | |
parent | 2f7d770b261b3428bcff366ba6ff4fa631dd980a (diff) |
Add ability to restrict status report to single tierrelease_2012-05-13
This should make it easier to catch errors in our Tier 1 mirrors.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/mirrors/status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/mirrors/status.html b/templates/mirrors/status.html index 2c350f56..472e9501 100644 --- a/templates/mirrors/status.html +++ b/templates/mirrors/status.html @@ -2,11 +2,11 @@ {% load static from staticfiles %} {% load mirror_status %} -{% block title %}Arch Linux - Mirror Status{% endblock %} +{% block title %}Arch Linux - Mirror Status{% if tier != None %} - Tier {{ tier }}{% endif %}{% endblock %} {% block content %} <div id="mirrorstatus" class="box"> - <h2>Mirror Status</h2> + <h2>Mirror Status{% if tier != None %} - Tier {{ tier }}{% endif %}</h2> <p>This page reports the status of all known, public, and active Arch Linux mirrors. All data on this page reflects the status of the mirrors within the <em>last {{ cutoff|hours }}</em>. All listed times are UTC. The check script runs |