Devices
Register, tag, and manage the devices in your organization's network.
The Devices page (/devices) lists every device registered to your organization. From here you can browse, filter, tag, and add new devices.
Adding a Device
Click Add Device in the top-right toolbar to open the create form. The form is pre-loaded with your organization's existing tags so you can assign them immediately.
Filtering & Pagination
The device table supports:
| Filter | Description |
|---|---|
| Tags | Filter by one or more device tags |
| Search | Free-text search across device fields |
| Pagination | Navigate large device lists page by page |
Filter and pagination state is driven by URL search params, so filtered views are shareable via URL.
Table Columns
The data table renders 7 columns with widths optimized for readability. A skeleton loader is shown while data is being fetched.
Data Loading
The page fetches three data sources in parallel on the server:
- Device tags — full tag list for the create form
- Tag counts — per-tag device counts for the filter chips
- Device list — paginated, filtered device records
Suspense boundary
The data table is wrapped in a <Suspense> boundary. A skeleton is displayed while data resolves, keeping the page shell interactive immediately.
Related
- Device Detail — view and edit an individual device
- Zones — group devices into logical network zones
How is this guide?
Last updated on