SpecsModelExplore
Overview
Actors
External Systems
IoT Platform
Edge
Ingestion
Stream Processing
Device Management
User-Facing Apps
Dashboard Web App
App ShellLive ChartsFleet TableAlert Inbox
Mobile App
Platform
Fleet Table
Where its data comes from
Behaviour
Dispatching from a row
SpecsModelExplore
Fleet Table
OverviewGuideLinks and Communications

Fleet Table

The Fleet Table is the operator’s primary way to find devices. It renders the whole fleet as a virtualized list that stays smooth at scale, with sorting and filtering on status, firmware and last-seen.

Virtualized by default

Only the visible rows are mounted, so the table handles very large fleets without the browser stalling.

Where its data comes from

Loads GET /fleet/summary from the BFF for the header counters (total, online, offline, open alerts).

Behaviour

  • Sort and filter run client-side over the loaded page; status filters are pushed to the BFF for large result sets.
  • Selecting a row is the entry point for both Live Charts and command dispatch.

Dispatching from a row

Operators can act on the selected device without leaving the table: