This commit is contained in:
Saeed Vaziry
2025-05-23 18:27:24 +02:00
parent a5ce0d33b3
commit ff11fb44e0
36 changed files with 1001 additions and 326 deletions

View File

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