diff --git a/components/modules/Kue705FO.jsx b/components/modules/Kue705FO.jsx
index 1e78abb..ab8f5f4 100644
--- a/components/modules/Kue705FO.jsx
+++ b/components/modules/Kue705FO.jsx
@@ -433,25 +433,29 @@ function Kue705FO({
//---------------------------------------------------
return (
{kueOnline === 1 ? (
<>
-
-
-
-
{slotIndex + 1}
+
+
+
+
+ {slotIndex + 1}
+
-
KÜ705-FO
+
+ KÜ705-FO
+
{}
@@ -461,16 +465,16 @@ function Kue705FO({
slot={slotIndex}
onModulNameChange={setCurrentModulName}
/>
-
-
-
-
Betrieb
-
Alarm
+
+
+
+ Betrieb
+ Alarm
-
-
+
+
@@ -479,7 +483,7 @@ function Kue705FO({
{/* Anzeige des Isolation */}
-
+
@@ -503,40 +507,40 @@ function Kue705FO({
kueAlarm1?.[slotIndex] !== 1 &&
kueAlarm2?.[slotIndex] !== 1 &&
kueOverflow?.[slotIndex] !== 1 && (
- ISO MOhm
+ ISO MOhm
)}
-
-
+
+
-
+
{currentModulName || `Modul ${slotIndex + 1}`}
-
{/* loopDisplay: Zeigt Schleifenwiderstand oder TDR-Distanz an, je nach Modus */}
-
-
+
+
{loopTitleText}
-
+
-
-
+
+
{loopDisplayValue +
(activeButton === "Schleife" ? " KOhm" : " Km")}
@@ -545,10 +549,10 @@ function Kue705FO({
-
+