Kabelüberwachung skalieren
This commit is contained in:
@@ -148,11 +148,9 @@ function Kabelueberwachung() {
|
||||
</div>
|
||||
|
||||
{/* Slots for the active rack */}
|
||||
<div className="flex flex-row space-x-4">
|
||||
<div className="flex flex-row space-x-4 scale-110 ml-[5%] mt-[5%]">
|
||||
{racks[`rack${activeRack}`].map((slot, index) => (
|
||||
<div key={index} className="flex">
|
||||
{" "}
|
||||
{/* No gap */}
|
||||
<Kue705FO
|
||||
isolationswert={slot.isolationswert}
|
||||
schleifenwiderstand={slot.schleifenwiderstand}
|
||||
|
||||
Reference in New Issue
Block a user