feat: add APs Needing Attention dashboard card
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -17,6 +17,7 @@ import { EventsTimeline } from '@/components/dashboard/EventsTimeline'
|
||||
import { BandwidthChart, type BandwidthDevice } from '@/components/dashboard/BandwidthChart'
|
||||
import { AlertSummary } from '@/components/dashboard/AlertSummary'
|
||||
import { QuickActions } from '@/components/dashboard/QuickActions'
|
||||
import { WirelessIssues } from '@/components/dashboard/WirelessIssues'
|
||||
|
||||
// ─── Types ───────────────────────────────────────────────────────────────────
|
||||
|
||||
@@ -289,6 +290,11 @@ export function FleetDashboard() {
|
||||
criticalAlerts={criticalCount}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Wireless Issues */}
|
||||
<div>
|
||||
<WirelessIssues tenantId={tenantId || null} />
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user