diff --git a/frontend/src/routes/_authenticated/tenants/$tenantId/devices/$deviceId.tsx b/frontend/src/routes/_authenticated/tenants/$tenantId/devices/$deviceId.tsx index fefdc08..f4acab0 100644 --- a/frontend/src/routes/_authenticated/tenants/$tenantId/devices/$deviceId.tsx +++ b/frontend/src/routes/_authenticated/tenants/$tenantId/devices/$deviceId.tsx @@ -51,6 +51,7 @@ import { cn } from '@/lib/utils' import { DetailPageSkeleton } from '@/components/ui/page-skeleton' import { TableSkeleton } from '@/components/ui/page-skeleton' import { InterfaceGauges } from '@/components/network/InterfaceGauges' +import { ConfigHistorySection } from '@/components/config/ConfigHistorySection' // Phase 27: Simple Configuration Interface import { useSimpleConfigMode } from '@/hooks/useSimpleConfig' import { SimpleModeToggle } from '@/components/simple-config/SimpleModeToggle' @@ -646,6 +647,9 @@ function DeviceDetailPage() {

Interface Utilization

+ + {/* Configuration History */} + } alertsContent={