Kabelüberwachung: Anstatt Slot überall Steckplatz als Text verwenden
This commit is contained in:
@@ -130,7 +130,7 @@ const LoopChartActionBar: React.FC = () => {
|
||||
const type = selectedSlotType === "schleifenwiderstand" ? 4 : 3;
|
||||
|
||||
if (slotNumber === null) {
|
||||
alert("⚠️ Bitte zuerst einen Slot auswählen!");
|
||||
alert("⚠️ Bitte zuerst einen Steckplatz auswählen!");
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -189,7 +189,7 @@ const LoopChartActionBar: React.FC = () => {
|
||||
<div className="flex justify-between items-center p-2 bg-gray-100 rounded-lg space-x-2">
|
||||
<div className="flex items-center">
|
||||
<label className="text-sm font-semibold">
|
||||
Slot {slotNumber ?? "-"}
|
||||
Steckplatz {slotNumber ?? "-"}
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user