added recovery entires, changed recovery icon

This commit is contained in:
2026-02-08 19:43:46 +01:00
parent e0fc26795e
commit 468907c9c3
4 changed files with 195 additions and 153 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OpenCRM</title>
<script type="module" crossorigin src="/assets/index-Cdzd21Iz.js"></script>
<script type="module" crossorigin src="/assets/index-AsLwOxex.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-b8RXSgxB.css">
</head>
<body>
@@ -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>