summaryrefslogtreecommitdiffstats
path: root/templates/devel/mirrorlist.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/devel/mirrorlist.html')
-rw-r--r--templates/devel/mirrorlist.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/devel/mirrorlist.html b/templates/devel/mirrorlist.html
index 630d018..bd09d7f 100644
--- a/templates/devel/mirrorlist.html
+++ b/templates/devel/mirrorlist.html
@@ -6,6 +6,7 @@
<table class="results" width="100%">
<tr>
<th>Name</th>
+ <th>Tier</th>
<th>Country</th>
<th>Admin Email</th>
<th>Public</th>
@@ -18,6 +19,7 @@
{% for mirror in mirror_list %}
<tr>
<td>{{mirror.name}}</td>
+ <td>{{mirror.get_tier_display}}</td>
<td>{{mirror.country}}</td>
<td>{{mirror.admin_email}}</td>
<td>{{mirror.public|yesno}}</td>