From 4d1077f030538db410897d9d9ebbc77d2be1be09 Mon Sep 17 00:00:00 2001 From: Wikid82 Date: Thu, 20 Nov 2025 10:28:19 -0500 Subject: [PATCH] feat: add 'Logs' navigation item to the layout --- frontend/src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 45f0e95a..41b30d8c 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -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: '⚙️' }, ]