mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(show-backups): remove commented-out restore backup section
This commit is contained in:
parent
3c5a005165
commit
b8e06feaff
@ -226,15 +226,6 @@ export const ShowBackups = ({ id, type }: Props) => {
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
{/* <div className="mt-8 border-t pt-6">
|
||||
<div className="flex flex-col gap-2 mb-4">
|
||||
<h3 className="font-medium text-lg">Restore Backup</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Restore a backup from your configured destination.
|
||||
</p>
|
||||
</div>
|
||||
<RestoreBackup databaseId={id} databaseType={type} />
|
||||
</div> */}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user