From 9335d3330b2cee8065cbd46eb71a7ebc50b4b037 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 1 Sep 2014 15:53:23 -0500 Subject: Save some space, (secs) -> (s) Signed-off-by: Dan McGee --- templates/mirrors/status_table.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/mirrors/status_table.html') diff --git a/templates/mirrors/status_table.html b/templates/mirrors/status_table.html index 00b9c1df..278256ae 100644 --- a/templates/mirrors/status_table.html +++ b/templates/mirrors/status_table.html @@ -8,8 +8,8 @@ Country Completion % μ Delay (hh:mm) - μ Duration (secs) - σ Duration (secs) + μ Duration (s) + σ Duration (s) Mirror Score -- cgit v1.2.3-2-g168b From a8ceba34299cca271ddf433bf7618aa98e56cc36 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 1 Sep 2014 16:16:44 -0500 Subject: Add details link to mirror status page Signed-off-by: Dan McGee --- templates/mirrors/status_table.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/mirrors/status_table.html') diff --git a/templates/mirrors/status_table.html b/templates/mirrors/status_table.html index 278256ae..83538303 100644 --- a/templates/mirrors/status_table.html +++ b/templates/mirrors/status_table.html @@ -11,6 +11,7 @@ μ Duration (s) σ Duration (s) Mirror Score + @@ -23,6 +24,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-2-g168b