diff --git a/frontend/src/components/operations/BulkCommandWizard.tsx b/frontend/src/components/operations/BulkCommandWizard.tsx
index 60254af..fc4159d 100644
--- a/frontend/src/components/operations/BulkCommandWizard.tsx
+++ b/frontend/src/components/operations/BulkCommandWizard.tsx
@@ -47,6 +47,7 @@ import {
} from '@/components/ui/dialog'
import { cn } from '@/lib/utils'
import { TableSkeleton } from '@/components/ui/page-skeleton'
+import { DeviceLink } from '@/components/ui/device-link'
// ---------------------------------------------------------------------------
// Types
@@ -321,7 +322,7 @@ export function BulkCommandWizard({ tenantId }: BulkCommandWizardProps) {
key={d.id}
className="flex items-center justify-between px-3 py-1.5 text-xs border-b border-border/30 last:border-0"
>
- {d.hostname}
+