feat; in KÜ Chart RSL und ISO start button

This commit is contained in:
ISA
2025-07-28 14:36:03 +02:00
parent d4335960bf
commit e76c8d9bd2
7 changed files with 26 additions and 72 deletions

View File

@@ -237,10 +237,14 @@ const IsoChartActionBar: React.FC = () => {
</div>
</Listbox>
{/* Label für Isolationswiderstand - kein Dropdown mehr nötig */}
<div className="px-3 py-1 bg-gray-50 border rounded text-sm text-gray-700">
Isolationswiderstand
</div>
{/* ISO starten button*/}
<button
onClick={handleFetchData}
className="px-4 py-1 bg-littwin-blue text-white rounded text-sm"
disabled={isLoading}
>
ISO starten
</button>
<button
onClick={handleFetchData}