diff --git a/app/kabelueberwachung/page.jsx b/app/kabelueberwachung/page.jsx index 34b4621..b9cc03b 100644 --- a/app/kabelueberwachung/page.jsx +++ b/app/kabelueberwachung/page.jsx @@ -68,7 +68,7 @@ function Kabelueberwachung() { }, []); return ( -
+

Kabelüberwachung

{/* Tabs for Racks */} @@ -108,14 +108,15 @@ function Kabelueberwachung() {
{/* Slots for the active rack */} -
+
{racks[`rack${activeRack}`].map((slot, index) => ( - +
+ +
))}
diff --git a/components/modules/Kue705FO.jsx b/components/modules/Kue705FO.jsx index 24032d4..539e280 100644 --- a/components/modules/Kue705FO.jsx +++ b/components/modules/Kue705FO.jsx @@ -8,42 +8,61 @@ function Kue705FO({ kueVersion, }) { return ( -
+
{/* Hauptkörper - Linker Bereich */} -
+
+ {/* Header-Bereich mit Slotnummer und Zahnrad */} +
+ {/* Slotnummer */} +
+ 1 +
- {/* Innenrahmen weiß */} -
+ {/* KÜ705-FO Text */} +

KÜ705-FO

- {/* Rechte Spalte */} -
+ {/* Zahnrad-Icon */} + +
- {/* Oberer kleiner Block in der rechten Spalte */} -
+ {/* Betrieb und Alarm Status */} +
+
+
+ Betrieb +
+
+
+ Alarm +
+
- {/* Text KÜ705-FO */} -

- KÜ705-FO -

+ {/* Isolationswert-Anzeige */} +
+
+ {">200"} +
ISO MOhm
+
+
- {/* Modulname und Version */} -
-

Version: {kueVersion}

-
+ {/* Weiße Linien */} +
+
- {/* Isolationswert */} -
-

Isolationswert:

-

{isolationswert} kOhm

-
+ {/* Modulname-Anzeige */} +
+ Test1 +
- {/* Kabelüberwachung-Modul-Name */} -
-

ModulName: {modulName}

-
- {/* Schleifenwiderstand */} -
-

Schleifenwiderstand: {schleifenwiderstand} kOhm

+ {/* Version */} +
+ V4.19 +
{/* Unterer Bereich - Schleifenwiderstand und Messkurve */}