Batrieb und Alarm in richtige Anordnung wie bei CPL

This commit is contained in:
ISA
2024-11-06 09:32:22 +01:00
parent 7333bf93fa
commit 9ae6e6171d

View File

@@ -405,19 +405,22 @@ function Kue705FO({
onModulNameChange={setCurrentModulName}
/>
<div className="flex flex-col mt-[10px] ml-[10px]">
<div className="flex items-center">
<div className="w-[10px] h-[10px] bg-green-500 rounded-full mr-2"></div>
<span className="text-white text-[10px]">Betrieb</span>
</div>
<div className="flex items-center mt-1">
<div
className={`w-[10px] h-[10px] rounded-full mr-2 ${
currentAlarmStatus ? "bg-red-500" : "bg-gray-300"
}`}
></div>
<span className="text-white text-[10px]">Alarm</span>
<div className="flex items-center space-x-4 mt-[10px]">
<div className="flex flex-col items-start space-y-1 mr-1">
<span className="text-white text-[10px]">Betrieb</span>
<span className="text-white text-[10px]">Alarm</span>
</div>
<div className="flex flex-col items-center space-y-3">
<div className="w-[10px] h-[10px] bg-green-500 rounded-full"></div>
<div
className={`w-[10px] h-[10px] rounded-full ${
currentAlarmStatus ? "bg-red-500" : "bg-gray-300"
}`}
></div>
</div>
</div>
</div>
{/* Anzeige des Isolation */}
<div className="relative mt-[50px] mx-auto bg-black text-white w-[100px] h-[40px] flex items-center justify-center text-[18px] z-10">
<div className="text-center">