diff options
author | Dan McGee <dan@archlinux.org> | 2014-09-01 23:16:44 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-09-01 23:16:44 +0200 |
commit | a8ceba34299cca271ddf433bf7618aa98e56cc36 (patch) | |
tree | 18b60a477ad4d6126823902ce132d86e2954bd32 /templates/mirrors/status_table.html | |
parent | 9335d3330b2cee8065cbd46eb71a7ebc50b4b037 (diff) | |
download | archweb-a8ceba34299cca271ddf433bf7618aa98e56cc36.tar.gz archweb-a8ceba34299cca271ddf433bf7618aa98e56cc36.tar.xz |
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, 2 insertions, 0 deletions
diff --git a/templates/mirrors/status_table.html b/templates/mirrors/status_table.html index 278256a..8353830 100644 --- a/templates/mirrors/status_table.html +++ b/templates/mirrors/status_table.html @@ -11,6 +11,7 @@ <th>μ Duration (s)</th> <th>σ Duration (s)</th> <th>Mirror Score</th> + <th></th> </tr> </thead> <tbody> @@ -23,6 +24,7 @@ <td>{{ m_url.duration_avg|floatvalue:2 }}</td> <td>{{ m_url.duration_stddev|floatvalue:2 }}</td> <td>{{ m_url.score|floatvalue:1|default:'∞' }}</td> + <td><a href="{{ m_url.get_absolute_url }}">details</a></td> </tr>{% endfor %} </tbody> </table> |