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>
|
</div>
|
||||||
|
|
||||||
{/* Datenbank leeren und Neustart CPL */}
|
{/* Datenbank leeren und Neustart CPL */}
|
||||||
|
{/*
|
||||||
<div className="flex flex-col items-start justify-between mt-4 space-y-2">
|
<div className="flex flex-col items-start justify-between mt-4 space-y-2">
|
||||||
<button
|
<button
|
||||||
className="bg-littwin-blue text-white px-4 py-2 rounded"
|
className="bg-littwin-blue text-white px-4 py-2 rounded"
|
||||||
@@ -390,9 +391,16 @@ function SettingModal({ showModal, onClose }) {
|
|||||||
Neustart CPL
|
Neustart CPL
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
*/}
|
||||||
|
|
||||||
{/* Modal Footer */}
|
{/* Modal Footer */}
|
||||||
<div className="flex justify-between mt-4">
|
<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
|
<button
|
||||||
className="bg-littwin-blue text-white px-4 py-2 rounded"
|
className="bg-littwin-blue text-white px-4 py-2 rounded"
|
||||||
onClick={() => handleClearDatabase()}
|
onClick={() => handleClearDatabase()}
|
||||||
|
|||||||
Reference in New Issue
Block a user