Neustart CPL und Datenbank leeren auch in Blau und daneben in
unterster Zeile in der Einstellungen-Modal
This commit is contained in:
@@ -382,6 +382,7 @@ function SettingModal({ showModal, onClose }) {
|
||||
</div>
|
||||
|
||||
{/* Datenbank leeren und Neustart CPL */}
|
||||
{/*
|
||||
<div className="flex flex-col items-start justify-between mt-4 space-y-2">
|
||||
<button
|
||||
className="bg-littwin-blue text-white px-4 py-2 rounded"
|
||||
@@ -390,9 +391,16 @@ function SettingModal({ showModal, onClose }) {
|
||||
Neustart CPL
|
||||
</button>
|
||||
</div>
|
||||
*/}
|
||||
|
||||
{/* Modal Footer */}
|
||||
<div className="flex justify-between mt-4">
|
||||
<button
|
||||
className="bg-littwin-blue text-white px-4 py-2 rounded"
|
||||
onClick={() => handleReboot()}
|
||||
>
|
||||
Neustart CPL
|
||||
</button>
|
||||
<button
|
||||
className="bg-littwin-blue text-white px-4 py-2 rounded"
|
||||
onClick={() => handleClearDatabase()}
|
||||
|
||||
Reference in New Issue
Block a user