diff options
author | Dan McGee <dan@archlinux.org> | 2010-09-22 00:30:14 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-22 00:30:14 +0200 |
commit | 2a296af10d34c65e0f94d1a5b70c84ba31596ba4 (patch) | |
tree | c43da4573b7e14faca7c7211a57e9fa7e56ad376 /templates/mirrors/status_table.html | |
parent | b8a78408ff194ca2f822979fec5598778eff5826 (diff) | |
download | archweb-2a296af10d34c65e0f94d1a5b70c84ba31596ba4.tar.gz archweb-2a296af10d34c65e0f94d1a5b70c84ba31596ba4.tar.xz |
Add ordering, sorting, and a lot more info to mirror status page
This should get this to the point where it is releasable to the general
public for their use and pleasure. Still not sure on how often the check
should be run, and we probably want to incorporate this mined data into some
other things like the mirror list generator.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/mirrors/status_table.html')
-rw-r--r-- | templates/mirrors/status_table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mirrors/status_table.html b/templates/mirrors/status_table.html index d7f5b0e..90bbf6b 100644 --- a/templates/mirrors/status_table.html +++ b/templates/mirrors/status_table.html @@ -1,5 +1,5 @@ {% load mirror_status %} -<table class="results"> +<table id="{{ table_id }}" class="results"> <thead> <tr> <th>Mirror URL</th> |