summaryrefslogtreecommitdiff
path: root/templates/mirrors/status_table.html
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2019-04-04 23:41:40 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2019-04-04 23:41:40 -0400
commitf013c8d8cb06f7c993bbc41519de5ab7dd2ce0c4 (patch)
treeaa1c56be991f8584b47f62d695cb88941fdce638 /templates/mirrors/status_table.html
parentb5ed13a7eccddf71fb48d3fe8679f70d786d3fe5 (diff)
parent7f91c4effbd96b51de2b63323a5ea63b19573f48 (diff)
Merge branch 'archweb-generic' into lukeshu/masterHEADparabolaweb-2019-04-07masterlukeshu/master
Diffstat (limited to 'templates/mirrors/status_table.html')
-rw-r--r--templates/mirrors/status_table.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/mirrors/status_table.html b/templates/mirrors/status_table.html
index 3f8cd2d9..1effe5a2 100644
--- a/templates/mirrors/status_table.html
+++ b/templates/mirrors/status_table.html
@@ -14,12 +14,12 @@
</tr>
</thead>
<tbody>
- {% for m_url in urls %}<tr class="{% cycle 'odd' 'even' }}">
+ {% for m_url in urls %}<tr class="{% cycle 'odd' 'even' %}">
<td>{{ m_url.url }}</td>
<td>{{ m_url.protocol }}</td>
<td class="country">{% country_flag m_url.country %}{{ m_url.country.name }}</td>
<td>{{ m_url.completion_pct|percentage:1 }}</td>
- <td>{{ m_url.delay|duration|default:unknown }}</td>
+ <td>{{ m_url.delay|duration }}</td>
<td>{{ m_url.duration_avg|floatvalue:2 }}</td>
<td>{{ m_url.duration_stddev|floatvalue:2 }}</td>
<td>{{ m_url.score|floatvalue:1|default:'∞' }}</td>