From 5c02c19a005df3c0181362af8291f9ca66197d9f Mon Sep 17 00:00:00 2001 From: Keng Lin Date: Fri, 28 Aug 2026 20:54:19 -0500 Subject: [PATCH 1/2] Apply update on crt FEB#: FEB 87 -> FEB 43, FEB 84 -> FEB 28 --- minargon/static/css/crt_style/crtmap_FEBList.json | 4 ++-- minargon/templates/sbnd/crt_status.html | 2 ++ runserver.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/minargon/static/css/crt_style/crtmap_FEBList.json b/minargon/static/css/crt_style/crtmap_FEBList.json index 58517fe3..3910fb22 100644 --- a/minargon/static/css/crt_style/crtmap_FEBList.json +++ b/minargon/static/css/crt_style/crtmap_FEBList.json @@ -1241,7 +1241,7 @@ "CoMz": 620 }, { - "FEB": 87, + "FEB": 43, "Module": 387, "group": "Bottom", "dimensionW": 95, @@ -1301,7 +1301,7 @@ "CoMz": 56 }, { - "FEB": 84, + "FEB": 28, "Module": 484, "group": "Bottom", "dimensionW": 272, diff --git a/minargon/templates/sbnd/crt_status.html b/minargon/templates/sbnd/crt_status.html index 60dcadc1..15d32d1a 100644 --- a/minargon/templates/sbnd/crt_status.html +++ b/minargon/templates/sbnd/crt_status.html @@ -57,9 +57,11 @@

+ {% if loop.index0 % 1 == 0 %} diff --git a/runserver.py b/runserver.py index 48da5e7d..61731157 100755 --- a/runserver.py +++ b/runserver.py @@ -3,4 +3,4 @@ from minargon import app import random -app.run(debug=True, port=5002) +app.run(debug=True, port=9394) From f1a309ca6b02674ed9a11c80e0dd4fd12719dca4 Mon Sep 17 00:00:00 2001 From: Keng Lin Date: Sat, 29 Aug 2026 08:03:00 -0500 Subject: [PATCH 2/2] change runserer.py to original port --- runserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runserver.py b/runserver.py index 61731157..48da5e7d 100755 --- a/runserver.py +++ b/runserver.py @@ -3,4 +3,4 @@ from minargon import app import random -app.run(debug=True, port=9394) +app.run(debug=True, port=5002)