diff --git a/.env.local b/.env.local index 8b0fee5..b022440 100644 --- a/.env.local +++ b/.env.local @@ -1,4 +1,4 @@ #Next.js Webserver, bleibt localhost auf CPL bei production -#NEXT_PUBLIC_API_BASE_URL=http://localhost:3000 +NEXT_PUBLIC_API_BASE_URL=http://localhost:3000 #CPL Webserver für die Entwicklung , um Daten von CPL zu bekommen, hat funktioniert auf dem CPL selbst -NEXT_PUBLIC_API_BASE_URL=https://10.10.0.118:443 +#NEXT_PUBLIC_API_BASE_URL=https://10.10.0.118:443 diff --git a/components/modules/Kue705FO.jsx b/components/modules/Kue705FO.jsx index 3562c32..24032d4 100644 --- a/components/modules/Kue705FO.jsx +++ b/components/modules/Kue705FO.jsx @@ -47,11 +47,52 @@ function Kue705FO({ {/* Unterer Bereich - Schleifenwiderstand und Messkurve */} -
- {/* Messkurve Button */} -
- Messkurve +
+ + Schleifenwiderstand [kOhm] + + {/* Schleifenwiderstand Anzeige */} +
+ {/* Icon rechts oben */} + + + {/* Wertanzeige */} +
+ {/* Schleifenwiderstand */} +
+

{schleifenwiderstand} kOhm

+
+
+ + {/* Schleife und TDR Buttons nebeneinander */} +
+ + +
+ + {/* Messkurve Button */} +
);