diff --git a/src/App.tsx b/src/App.tsx index 2977c54..628d871 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -75,7 +75,7 @@ function Dashboard() { )} -
+
diff --git a/src/components/TopBar.tsx b/src/components/TopBar.tsx index 90cf360..90d9172 100644 --- a/src/components/TopBar.tsx +++ b/src/components/TopBar.tsx @@ -9,6 +9,11 @@ const pageTitles: Record = { '/infrastructure': 'Infrastructure', '/booknest': 'BookNest', '/terminal': 'Terminal', + '/tunnels': 'Tunnels', + '/files': 'Files', + '/containers': 'Containers', + '/remote-desktop': 'Remote Desktop', + '/host-metrics': 'Host Metrics', '/settings': 'Settings', '/help': 'Help', } diff --git a/src/index.css b/src/index.css index b9e817e..c5711f9 100644 --- a/src/index.css +++ b/src/index.css @@ -41,9 +41,29 @@ html, body { /* Native diff --git a/src/pages/Files.tsx b/src/pages/Files.tsx index 05de482..30a4e36 100644 --- a/src/pages/Files.tsx +++ b/src/pages/Files.tsx @@ -295,15 +295,15 @@ export default function Files() { ))}
- -