Kai Anforderung: TDR Chart keine Punkte auf 0 setzen, für bessere Darstellung
This commit is contained in:
@@ -101,7 +101,7 @@ const TDRChartActionBar: React.FC = () => {
|
||||
{selectedId !== null && (
|
||||
<button
|
||||
onClick={handleSetReference}
|
||||
className="border border-blue-500 text-blue-600 bg-white rounded px-3 py-1 text-sm hover:bg-blue-100"
|
||||
className="border border-littwin-blue text-littwin-blue bg-white rounded px-3 py-1 text-sm hover:bg-blue-100"
|
||||
>
|
||||
Als Referenzkurve setzen
|
||||
</button>
|
||||
@@ -110,7 +110,7 @@ const TDRChartActionBar: React.FC = () => {
|
||||
{/* 🔽 Dropdown für Messungen */}
|
||||
<div className="flex items-center space-x-2">
|
||||
<label htmlFor="tdrIdSelect" className="text-sm font-semibold">
|
||||
Messung ID
|
||||
TDR Messung
|
||||
</label>
|
||||
<select
|
||||
id="tdrIdSelect"
|
||||
|
||||
Reference in New Issue
Block a user