summaryrefslogtreecommitdiff
path: root/templates/mirrors/url_details.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mirrors/url_details.html')
-rw-r--r--templates/mirrors/url_details.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/mirrors/url_details.html b/templates/mirrors/url_details.html
index 54960a0d..557a1b79 100644
--- a/templates/mirrors/url_details.html
+++ b/templates/mirrors/url_details.html
@@ -18,6 +18,10 @@
<td>{% if url.protocol.is_download %}<a href="{{ url.url }}">{{ url.url }}</a>{% else %}{{ url.url }}{% endif %}</td>
</tr>
<tr>
+ <th>Mirror:</th>
+ <td><a href="../">{{ url.mirror.name }}</a></td>
+ </tr>
+ <tr>
<th>Protocol:</th>
<td>{{ url.protocol }}</td>
</tr>
@@ -63,7 +67,7 @@
<th>Check IP</th>
<th>Last Sync</th>
<th>Delay (hh:mm)</th>
- <th>Duration (secs)</th>
+ <th>Duration (s)</th>
<th>Success?</th>
<th>Error Message</th>
</tr>