From 05648bc0bbf12aa67a80b9ee476eacc938eaba42 Mon Sep 17 00:00:00 2001 From: ISA Date: Mon, 21 Oct 2024 07:33:46 +0200 Subject: [PATCH] =?UTF-8?q?Ger=C3=A4te=20sind=20im=20falschen=20Blau,=20do?= =?UTF-8?q?ne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/modulesStatus/CPLStatus.jsx | 2 +- components/modulesStatus/KabelModulStatus.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/modulesStatus/CPLStatus.jsx b/components/modulesStatus/CPLStatus.jsx index a051a91..63e68c7 100644 --- a/components/modulesStatus/CPLStatus.jsx +++ b/components/modulesStatus/CPLStatus.jsx @@ -3,7 +3,7 @@ import React from "react"; const CPLStatus = () => { return ( -
+
{/* GrĂ¼ner Streifen auf der linken Seite */}
{/* Blauer Hauptbereich */} diff --git a/components/modulesStatus/KabelModulStatus.jsx b/components/modulesStatus/KabelModulStatus.jsx index 0548351..094b7e5 100644 --- a/components/modulesStatus/KabelModulStatus.jsx +++ b/components/modulesStatus/KabelModulStatus.jsx @@ -30,7 +30,7 @@ const KabelModulStatus = ({ slot, kueCableBreak, isOnline, moduleVersion }) => { return (
{/* Slot-Nummer anzeigen */} -
+
{slot}
{moduleName}
{moduleType}
@@ -41,7 +41,7 @@ const KabelModulStatus = ({ slot, kueCableBreak, isOnline, moduleVersion }) => { isCableBreak ? "bg-red-500" : "bg-green-500" }`} >
-
+
); };