Kableüberwachung Modal und digitale Eingänge Modal

This commit is contained in:
ISA
2025-05-06 14:31:08 +02:00
parent 9c44fa0a49
commit 36f791237c
9 changed files with 81 additions and 79 deletions

View File

@@ -43,7 +43,7 @@ const EinAusgaenge: React.FC = () => {
return (
<div className="flex flex-col gap-3 p-4 h-[calc(100vh-13vh-8vh)] laptop:h-[calc(100vh-10vh-5vh)] xl:h-[calc(100vh-10vh-6vh)] laptop:gap-0">
<h1 className="text-base font-semibold mb-2">Ein- und Ausgänge</h1>
<h1 className="text-base font-semibold mb-2">Schaltausgänge</h1>
<div className="grid grid-cols-1 xl:grid-cols-3 gap-4 items-start ">
<DigitalOutputs openOutputModal={openOutputModal} />