TDR Modal Slot Nummer anzeigen
This commit is contained in:
@@ -58,6 +58,13 @@ const TDRChartActionBar: React.FC = () => {
|
||||
//--------------------------------
|
||||
return (
|
||||
<div className="flex justify-between items-center p-2 bg-gray-100 rounded-lg space-x-4">
|
||||
{/* Ausgewählte Slot Nummer anzeigen */}
|
||||
<div className="text-sm font-semibold">
|
||||
{selectedSlot !== null
|
||||
? `Slot ${selectedSlot + 1}`
|
||||
: "Kein Slot gewählt"}
|
||||
</div>
|
||||
|
||||
{/* 🔵 Linke Seite: Reset-Button */}
|
||||
<button
|
||||
className="border border-gray-300 bg-white rounded px-3 py-1 text-sm hover:bg-gray-200"
|
||||
|
||||
Reference in New Issue
Block a user