From b2a8a8962a8029c14385862a508d35c2e9fd52f3 Mon Sep 17 00:00:00 2001 From: berkio_admin_gitea Date: Tue, 7 Jul 2026 13:11:48 +0000 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=B4=D0=BC=D0=B8=D0=BD=D0=BA=D0=B0:=20?= =?UTF-8?q?=D1=81=D1=80=D0=B5=D0=B4=D0=BD=D0=B5=D0=B5=20=D0=B2=D1=80=D0=B5?= =?UTF-8?q?=D0=BC=D1=8F=20=D0=BD=D0=B0=20=D1=81=D1=82=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=86=D1=83=20=E2=80=94=20=D0=BE=D1=82=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D0=BE=D0=B9=20=D0=BA=D0=B0=D1=80=D1=82=D0=BE=D1=87?= =?UTF-8?q?=D0=BA=D0=BE=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- app/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index abf5156..f50b8f1 100644 --- a/app/main.py +++ b/app/main.py @@ -2766,6 +2766,7 @@ _ADMIN_HTML = """
Заходы сегодня
Документов обработано
Время обработки
+
Среднее на страницу
время обработки 1 стр.
@@ -2839,7 +2840,8 @@ _ADMIN_HTML = """ document.getElementById('m-docs').textContent = (d.docs.total_count||0).toLocaleString('ru-RU'); document.getElementById('m-docs-sub').textContent = (d.docs.total_pages||0).toLocaleString('ru-RU') + ' стр. · ' + size(d.docs.total_result_mb); document.getElementById('m-time').textContent = dur(d.docs.total_seconds); - document.getElementById('m-time-sub').textContent = '~' + (d.docs.avg_page_seconds||0).toFixed(1) + ' с/стр'; + document.getElementById('m-time-sub').textContent = 'суммарно по всем файлам'; + document.getElementById('m-avg').textContent = (d.docs.avg_page_seconds||0).toFixed(1) + ' с'; // Подписки var subs = d.subs.list || [];