#591 - server-ssh-keys

This commit is contained in:
Saeed Vaziry
2025-05-29 21:20:33 +02:00
parent 8b6f65db97
commit 0fce4dba9c
22 changed files with 438 additions and 195 deletions

View File

@ -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: '#',