From 79aef280ddf0c704fd40d0077822a8ff7548437e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 15 Dec 2013 13:22:41 -0600 Subject: Add mirror URL details page This will allow those that care about mirrors to zoom into URL-level details for each mirror and examine the individual check results. Signed-off-by: Dan McGee --- templates/mirrors/mirror_details.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'templates/mirrors/mirror_details.html') diff --git a/templates/mirrors/mirror_details.html b/templates/mirrors/mirror_details.html index aa0a964..665ad80 100644 --- a/templates/mirrors/mirror_details.html +++ b/templates/mirrors/mirror_details.html @@ -41,6 +41,10 @@ Active: {{ mirror.active|yesno|capfirst }} + + Created: + {{ mirror.created }} + Rsync IPs: {{mirror.rsync_ips.all|join:', '}} @@ -99,7 +103,8 @@ μ Delay (hh:mm) μ Duration (secs) σ Duration (secs) - Mirror Score + Score + Details @@ -116,6 +121,7 @@ {{ m_url.duration_avg|floatvalue:2 }} {{ m_url.duration_stddev|floatvalue:2 }} {{ m_url.score|floatvalue:1|default:'∞' }} + Details {% endfor %} -- cgit v1.2.3-24-g4f1b