Kableüberwachung Modal und digitale Eingänge Modal
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user