mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
#591 - server-ssh-keys
This commit is contained in:
@ -6,6 +6,7 @@ import {
|
||||
DatabaseIcon,
|
||||
FlameIcon,
|
||||
HomeIcon,
|
||||
KeyIcon,
|
||||
ListEndIcon,
|
||||
MousePointerClickIcon,
|
||||
RocketIcon,
|
||||
@ -103,11 +104,12 @@ export default function ServerLayout({ children }: { children: ReactNode }) {
|
||||
icon: ListEndIcon,
|
||||
isDisabled: isMenuDisabled,
|
||||
},
|
||||
// {
|
||||
// title: 'SSH Keys',
|
||||
// href: '#',
|
||||
// icon: KeyIcon,
|
||||
// },
|
||||
{
|
||||
title: 'SSH Keys',
|
||||
href: route('server-ssh-keys', { server: page.props.server.id }),
|
||||
icon: KeyIcon,
|
||||
isDisabled: isMenuDisabled,
|
||||
},
|
||||
// {
|
||||
// title: 'Services',
|
||||
// href: '#',
|
||||
|
Reference in New Issue
Block a user