feat: Display und Chart für KÜs
This commit is contained in:
@@ -256,12 +256,12 @@ const LoopChartActionBar: React.FC = () => {
|
||||
</Listbox.Options>
|
||||
</div>
|
||||
</Listbox>
|
||||
<div className="relative w-48"> </div>
|
||||
<div className="relative w-16"> </div>
|
||||
|
||||
{/* Schleife starten button*/}
|
||||
<button
|
||||
onClick={handleFetchData}
|
||||
className="px-4 py-1 bg-littwin-blue text-white rounded text-sm"
|
||||
className="px-4 py-1 bg-littwin-blue text-white rounded text-sm whitespace-nowrap"
|
||||
disabled={isLoading}
|
||||
>
|
||||
RSL starten
|
||||
@@ -269,7 +269,7 @@ const LoopChartActionBar: React.FC = () => {
|
||||
|
||||
<button
|
||||
onClick={handleFetchData}
|
||||
className="px-4 py-1 bg-littwin-blue text-white rounded text-sm"
|
||||
className="px-4 py-1 bg-littwin-blue text-white rounded text-sm whitespace-nowrap"
|
||||
>
|
||||
Daten laden
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user