mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 22:16:15 +00:00
#591 - backups
This commit is contained in:
@ -25,11 +25,11 @@ export default function Databases() {
|
||||
|
||||
return (
|
||||
<ServerLayout server={page.props.server}>
|
||||
<Head title={`Database users - ${page.props.server.name}`} />
|
||||
<Head title={`Users - ${page.props.server.name}`} />
|
||||
|
||||
<Container className="max-w-5xl">
|
||||
<HeaderContainer>
|
||||
<Heading title="Database users" description="Here you can manage the databases" />
|
||||
<Heading title="Users" description="Here you can manage the database users and their permissions" />
|
||||
<div className="flex items-center gap-2">
|
||||
<a href="https://vitodeploy.com/docs/servers/database" target="_blank">
|
||||
<Button variant="outline">
|
||||
|
Reference in New Issue
Block a user