From 3b4a0c37fe1f9c08091b6168fc5b7887ae30ac84 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sun, 20 Apr 2025 20:06:40 +0200 Subject: [PATCH] design counter on connection board --- app/src/web/routes.py | 2 +- app/src/web/templates/base.html.j2 | 6 +- app/src/web/templates/index.html.j2 | 110 ++++---------------- app/translations/de/LC_MESSAGES/messages.po | 44 +++++++- 4 files changed, 66 insertions(+), 96 deletions(-) diff --git a/app/src/web/routes.py b/app/src/web/routes.py index a381cc9..2946538 100644 --- a/app/src/web/routes.py +++ b/app/src/web/routes.py @@ -49,7 +49,7 @@ async def data_fetch(): global TsunCnt TsunCnt += 1 return { - "geology-fact": f"

{TsunCnt}

", + "proxy-cnt": f"

{TsunCnt}

", } diff --git a/app/src/web/templates/base.html.j2 b/app/src/web/templates/base.html.j2 index 1a3be92..01970bb 100644 --- a/app/src/web/templates/base.html.j2 +++ b/app/src/web/templates/base.html.j2 @@ -28,7 +28,7 @@ -