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