feat: add 'Logs' navigation item to the layout

This commit is contained in:
Wikid82
2025-11-20 10:28:19 -05:00
parent 1a506a0b46
commit 4d1077f030

View File

@@ -27,6 +27,7 @@ export default function Layout({ children }: LayoutProps) {
{ name: 'Remote Servers', path: '/remote-servers', icon: '🖥️' },
{ name: 'Certificates', path: '/certificates', icon: '🔒' },
{ name: 'Import Caddyfile', path: '/import', icon: '📥' },
{ name: 'Logs', path: '/logs', icon: '📜' },
{ name: 'Settings', path: '/settings', icon: '⚙️' },
]