summaryrefslogtreecommitdiffstats
path: root/templates/mirrors/status.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2014-09-01 16:16:44 -0500
committerDan McGee <dan@archlinux.org>2014-09-01 16:16:44 -0500
commita8ceba34299cca271ddf433bf7618aa98e56cc36 (patch)
tree18b60a477ad4d6126823902ce132d86e2954bd32 /templates/mirrors/status.html
parent9335d3330b2cee8065cbd46eb71a7ebc50b4b037 (diff)
downloadarchweb-a8ceba34299cca271ddf433bf7618aa98e56cc36.tar.gz
archweb-a8ceba34299cca271ddf433bf7618aa98e56cc36.zip
Add details link to mirror status pagerelease_2014-09-01
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/mirrors/status.html')
-rw-r--r--templates/mirrors/status.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/mirrors/status.html b/templates/mirrors/status.html
index e97ad4ba..24408be7 100644
--- a/templates/mirrors/status.html
+++ b/templates/mirrors/status.html
@@ -80,7 +80,9 @@
<script type="text/javascript" src="{% static "archweb.js" %}"></script>
<script type="text/javascript">
$(document).ready(function() {
- var headers = { 4: { sorter: 'duration' }, 5: { sorter: 'mostlydigit' }, 6: { sorter: 'mostlydigit' }, 7: { sorter: 'mostlydigit' } };
+ var headers = { 4: { sorter: 'duration' }, 5: { sorter: 'mostlydigit' },
+ 6: { sorter: 'mostlydigit' }, 7: { sorter: 'mostlydigit' },
+ 8: { sorter: false } };
$("#outofsync_mirrors:has(tbody tr)").tablesorter(
{widgets: ['zebra'], sortList: [[4,0]], headers: headers });
$("#successful_mirrors:has(tbody tr)").tablesorter(