summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/stats.html
diff options
context:
space:
mode:
Diffstat (limited to 'searx/templates/oscar/stats.html')
-rw-r--r--searx/templates/oscar/stats.html12
1 files changed, 12 insertions, 0 deletions
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 %}
+ <link rel="stylesheet" href="{{ url_for('static', filename='css/charts.min.css') }}" type="text/css" />
+ <style>
+ #engine-times {
+ --labels-size: 20rem;
+ }
+
+ #engine-times th {
+ text-align: right;
+ }
+ </style>
+{% endblock %}
{% block title %}{{ _('stats') }} - {% endblock %}
{% block content %}
<div class="container-fluid">