diff --git a/.gitignore b/.gitignore index 767613a..31e3542 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ docs/comparison-*.md # Local dev tools (mock servers, screenshot automation) tools/dev/ +fleet-dashboard.png diff --git a/frontend/src/components/layout/Sidebar.tsx b/frontend/src/components/layout/Sidebar.tsx index bb9fa9f..7f93e6a 100644 --- a/frontend/src/components/layout/Sidebar.tsx +++ b/frontend/src/components/layout/Sidebar.tsx @@ -1,4 +1,5 @@ import { useEffect, useRef } from 'react' +import { APP_VERSION } from '@/lib/version' import { Link, useRouterState } from '@tanstack/react-router' import { Monitor, @@ -270,7 +271,7 @@ export function Sidebar() { {/* Version identifier */} {!showCollapsed && (