This commit is contained in:
Saeed Vaziry
2025-05-30 11:02:07 +02:00
parent 1b9f826bcb
commit 104cd2fce8
14 changed files with 572 additions and 266 deletions

View File

@ -3,6 +3,7 @@ import {
ArrowLeftIcon,
ClockIcon,
CloudUploadIcon,
CogIcon,
DatabaseIcon,
FlameIcon,
HomeIcon,
@ -110,11 +111,12 @@ export default function ServerLayout({ children }: { children: ReactNode }) {
icon: KeyIcon,
isDisabled: isMenuDisabled,
},
// {
// title: 'Services',
// href: '#',
// icon: CogIcon,
// },
{
title: 'Services',
href: route('services', { server: page.props.server.id }),
icon: CogIcon,
isDisabled: isMenuDisabled,
},
// {
// title: 'Metrics',
// href: '#',