mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
#591 - backups
This commit is contained in:
@ -22,6 +22,8 @@ export default function Layout({
|
||||
|
||||
if (page.props.flash && page.props.flash.success) toast.success(page.props.flash.success);
|
||||
if (page.props.flash && page.props.flash.error) toast.error(page.props.flash.error);
|
||||
if (page.props.flash && page.props.flash.info) toast.info(page.props.flash.info);
|
||||
if (page.props.flash && page.props.flash.warning) toast.error(page.props.flash.warning);
|
||||
|
||||
return (
|
||||
<SidebarProvider
|
||||
|
@ -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,
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user