added recovery entires, changed recovery icon

This commit is contained in:
2026-02-08 19:43:46 +01:00
parent e348e86c60
commit dd4d57fa1b
4 changed files with 195 additions and 153 deletions
@@ -1,6 +1,6 @@
import { useState, useRef } from 'react';
import { useQuery, useMutation, useQueryClient } from '@tanstack/react-query';
import { Database, Download, Upload, Trash2, RefreshCw, HardDrive, Clock, FileText, FolderOpen, Archive, AlertTriangle, RotateCcw } from 'lucide-react';
import { Database, Download, Upload, Trash2, RefreshCw, HardDrive, Clock, FileText, FolderOpen, Archive, AlertTriangle, Bomb } from 'lucide-react';
import { backupApi, BackupInfo } from '../../services/api';
import { useAuth } from '../../context/AuthContext';
import Button from '../../components/ui/Button';
@@ -412,7 +412,7 @@ export default function DatabaseBackup() {
variant="danger"
onClick={() => setShowFactoryResetConfirm(true)}
>
<RotateCcw className="w-4 h-4 mr-2" />
<Bomb className="w-4 h-4 mr-2" />
Werkseinstellungen
</Button>
</div>