This commit is contained in:
Saeed Vaziry
2025-05-29 20:05:13 +02:00
parent 984c1f3a8e
commit 8b6f65db97
20 changed files with 777 additions and 150 deletions

View File

@ -6,6 +6,7 @@ import {
DatabaseIcon,
FlameIcon,
HomeIcon,
ListEndIcon,
MousePointerClickIcon,
RocketIcon,
UsersIcon,
@ -96,11 +97,12 @@ export default function ServerLayout({ children }: { children: ReactNode }) {
icon: ClockIcon,
isDisabled: isMenuDisabled,
},
// {
// title: 'Workers',
// href: '#',
// icon: ListEndIcon,
// },
{
title: 'Workers',
href: route('workers', { server: page.props.server.id }),
icon: ListEndIcon,
isDisabled: isMenuDisabled,
},
// {
// title: 'SSH Keys',
// href: '#',