diff --git a/.env.local b/.env.local index 57dd31e..8d91490 100644 --- a/.env.local +++ b/.env.local @@ -1,5 +1,5 @@ #Next.js Webserver, bleibt localhost auf CPL bei production #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=http://localhost:3000 +#NEXT_PUBLIC_API_BASE_URL=https://10.10.0.118:443 +NEXT_PUBLIC_API_BASE_URL=http://localhost:3000 diff --git a/components/modales/KueModal.jsx b/components/modales/KueModal.jsx index f4dc9ec..c85bd5c 100644 --- a/components/modales/KueModal.jsx +++ b/components/modales/KueModal.jsx @@ -20,51 +20,57 @@ function KueModal({ showModal, onClose }) { width: "90%", maxWidth: "800px", padding: "0", + borderRadius: "8px", + border: "none", }, }} > {/* Modal Header */} -
-

KUE Einstellung

+
+

KUE Einstellung

{/* Modal Body */} -
+
- - - - - - - - + + + + + + + + - + - - - @@ -98,7 +116,7 @@ function KueModal({ showModal, onClose }) { {/* Modal Footer */} -
+
BezeichnungIsolationsgrenzwertSchleifengrenzwertFilterzeitTDR AktivKVZ AktivDatenloggerBezeichnung + Isolationsgrenzwert + + Schleifengrenzwert + FilterzeitTDR AktivKVZ AktivDatenlogger
11 + {" "} MOhm + {" "} kOhm - {" "} - sek. + + {/* Flexbox für Filterzeit */} +
+ + sek. +
@@ -87,9 +96,18 @@ function KueModal({ showModal, onClose }) { - - + + + + + + + + + +