diff --git a/components/main/einausgaenge/DigitalInputs.tsx b/components/main/einausgaenge/DigitalInputs.tsx
index 96b0c2f..a7456c1 100644
--- a/components/main/einausgaenge/DigitalInputs.tsx
+++ b/components/main/einausgaenge/DigitalInputs.tsx
@@ -41,40 +41,33 @@ export default function DigitalInputs({ openInputModal, inputRange }: Props) {
{inputs.map((input) => (
- |
-
- {input.id}
+ |
+
+
+ {input.id}
+
|
{input.eingangOffline ? (
-
+
✖
-
- Eingang inaktiv
-
) : input.status ? (
) : (
)}
|
diff --git a/config/webVersion.ts b/config/webVersion.ts
index 25b70f9..3ca2064 100644
--- a/config/webVersion.ts
+++ b/config/webVersion.ts
@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/
-const webVersion = "1.6.375";
+const webVersion = "1.6.376";
export default webVersion;