summaryrefslogtreecommitdiffstats
path: root/templates/mirrors/mirrors.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-03-29 01:26:55 +0200
committerDan McGee <dan@archlinux.org>2011-03-29 01:26:55 +0200
commit5df255a5b61117f5e48a638b11470a092b8326c6 (patch)
treed41de4c342fab284370907f9f5f68cc7d140b6b7 /templates/mirrors/mirrors.html
parent5f0916a8df8fa3498b7ec3f395e8c3ed49139b31 (diff)
downloadarchweb-5df255a5b61117f5e48a638b11470a092b8326c6.tar.gz
archweb-5df255a5b61117f5e48a638b11470a092b8326c6.tar.xz
Enhance the mirror details page
Get the URLs with their performance data showing up, and simplify the top part for non-authenticated users while adding more detail for logged-in users. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/mirrors/mirrors.html')
-rw-r--r--templates/mirrors/mirrors.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/mirrors/mirrors.html b/templates/mirrors/mirrors.html
index 56f23db..67a678d 100644
--- a/templates/mirrors/mirrors.html
+++ b/templates/mirrors/mirrors.html
@@ -15,7 +15,6 @@
{% if user.is_authenticated %}
<th>Public</th>
<th>Active</th>
- <th>Rsync IPs</th>
<th>Admin Email</th>
<th>Notes</th>
{% endif %}
@@ -33,7 +32,6 @@
{% if user.is_authenticated %}
<td>{{mirror.public|yesno}}</td>
<td>{{mirror.active|yesno}}</td>
- <td class="wrap">{{mirror.rsync_ips.all|join:', '}}</td>
<td>{{mirror.admin_email}}</td>
<td class="wrap">{{mirror.notes|linebreaks}}</td>
{% endif %}