From 5ffbc751a6514b3c47757036c414d4019bf3dbb3 Mon Sep 17 00:00:00 2001 From: ISA Date: Thu, 3 Apr 2025 15:34:28 +0200 Subject: [PATCH] Ladebalken --- .../LoopMeasurementChart/LoopChartActionBar.tsx | 13 ++++++++++++- config/webVersion.ts | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx index 3331ebe..ad75174 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx @@ -84,6 +84,17 @@ const LoopChartActionBar: React.FC = () => { const elapsedTime = Date.now() - startTime; const waitTime = Math.max(0, MIN_LOADING_TIME_MS - elapsedTime); await new Promise((resolve) => setTimeout(resolve, waitTime)); + //------------------------ + console.log("▶️ Lade Daten für:"); + console.log(" Slot:", slotNumber); + console.log(" Typ:", selectedSlotType, "→", type); + console.log(" Modus:", selectedMode); + console.log(" Von:", vonDatum); + console.log(" Bis:", bisDatum); + console.log(" URL:", apiUrl); + console.log(" Daten:", jsonData); + + //----------------------- if (Array.isArray(jsonData) && jsonData.length > 0) { dispatch(setLoopMeasurementCurveChartData(jsonData)); @@ -144,8 +155,8 @@ const LoopChartActionBar: React.FC = () => { }} className="px-3 py-1 bg-white border rounded text-sm" > - +