This commit is contained in:
Saeed Vaziry
2025-05-21 21:05:13 +02:00
parent fe3317692b
commit a40c2828c2
20 changed files with 568 additions and 14 deletions

View File

@ -35,7 +35,7 @@ export default function ServerLayout({ server, children }: { server: Server; chi
},
{
title: 'Backups',
href: '/backups',
href: route('database-backups', { server: server.id }),
icon: CloudUploadIcon,
},
],