mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
#591 - database-users
This commit is contained in:
@ -25,11 +25,12 @@ export default function ServerLayout({ server, children }: { server: Server; chi
|
||||
{
|
||||
title: 'Databases',
|
||||
href: route('databases', { server: server.id }),
|
||||
onlyActivePath: route('databases', { server: server.id }),
|
||||
icon: DatabaseIcon,
|
||||
},
|
||||
{
|
||||
title: 'Users',
|
||||
href: '/users',
|
||||
href: route('database-users', { server: server.id }),
|
||||
icon: UsersIcon,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user