From 6d639d2949adacd2320f1cb258c48071dab70d94 Mon Sep 17 00:00:00 2001 From: ISA Date: Mon, 2 Jun 2025 14:44:45 +0200 Subject: [PATCH] for prod v1.1.219 --- .env.local | 2 +- bugs.md | 8 ++++---- config/appVersion.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.local b/.env.local index b0f248e2d..1ae3ed34f 100644 --- a/.env.local +++ b/.env.local @@ -12,7 +12,7 @@ NEXT_PUBLIC_DEBUG_LOG=true #auf dem Entwicklungsrechner dev läuft auf Port 3000 und auf dem Server prod auf Port 80, aber der WebService ist immer auf PORT 80 -NEXT_PUBLIC_API_PORT_MODE=dev +NEXT_PUBLIC_API_PORT_MODE=prod NEXT_PUBLIC_USE_MOCKS=false # Der Unterordner talas5 gleich hinter der IP-Adresse (oder Servername) muss konfigurierbar sein. diff --git a/bugs.md b/bugs.md index f1a90845a..7b64092b9 100644 --- a/bugs.md +++ b/bugs.md @@ -18,7 +18,7 @@ ### 2. Kontextmenü wird bei Geräten nicht angezeigt -- [ ] Kontextmenü anzeigen -- [ ] Station öffnen (Tab) anzeigen -- [ ] Station öffnen (Tab) Link prüfen -- [ ] SMS Modem in control panel passt nicht zu station static und status +- [x] Kontextmenü anzeigen +- [x] Station öffnen (Tab) anzeigen +- [x] Station öffnen (Tab) Link prüfen +- [x] SMS Modem in control panel passt nicht zu station static und status diff --git a/config/appVersion.js b/config/appVersion.js index 68f30402a..7113e4ed2 100644 --- a/config/appVersion.js +++ b/config/appVersion.js @@ -1,2 +1,2 @@ // /config/appVersion -export const APP_VERSION = "1.1.219"; +export const APP_VERSION = "1.1.220";