Baugruppenträgger
This commit is contained in:
@@ -87,8 +87,7 @@ function Dashboard() {
|
|||||||
const slots = kueVersion.slice(i * 8, (i + 1) * 8);
|
const slots = kueVersion.slice(i * 8, (i + 1) * 8);
|
||||||
|
|
||||||
baugruppen.push(
|
baugruppen.push(
|
||||||
<div key={i} className="flex bg-white shadow-md rounded-lg p-4 mb-4">
|
<div key={i} className="flex bg-white shadow-md rounded-lg p-2">
|
||||||
<h2 className="text-lg font-bold mr-4">Baugruppenträger {i + 1}</h2>
|
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2">
|
||||||
{slots.map((version, index) => {
|
{slots.map((version, index) => {
|
||||||
const slotNumber = i * 8 + index + 1;
|
const slotNumber = i * 8 + index + 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user