added recovery entires, changed recovery icon
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user