From 7cfd8d900a9d828e5fbbcb5df65ffedbf11a5a0f Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Wed, 14 Apr 2021 18:11:35 +0200 Subject: [mod] oscar: /preferences , engines tab: report engine times * display the median time instead of the average. * add a "Reliability" column (sum up the metrics and the checker results). * the "selected language", "SafeSearch", "Time range" values are displayed as "broken" when the checker tests fail. --- searx/templates/oscar/stats.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'searx/templates/oscar/stats.html') diff --git a/searx/templates/oscar/stats.html b/searx/templates/oscar/stats.html index 0fb104210..0573bf65f 100644 --- a/searx/templates/oscar/stats.html +++ b/searx/templates/oscar/stats.html @@ -1,4 +1,16 @@ {% extends "oscar/base.html" %} +{% block styles %} + + +{% endblock %} {% block title %}{{ _('stats') }} - {% endblock %} {% block content %}
-- cgit v1.2.3