test: woodpecker dev mode

This commit is contained in:
ISA
2025-09-01 16:04:38 +02:00
parent b53762cf5c
commit b108d63106
9 changed files with 34 additions and 15 deletions

View File

@@ -373,7 +373,7 @@ const LoopChartActionBar = forwardRef((_props, ref) => {
className="px-4 py-1 bg-littwin-blue text-white rounded text-sm whitespace-nowrap"
disabled={isLoading || rslRunning}
>
{rslRunning ? "RSL läuft..." : "RSL starten"}
{rslRunning ? "RSL läuft..." : "RSL Messung starten"}
</button>
<button
onClick={handleFetchData}