LogoThreatmatic
Devices

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:

FilterDescription
TagsFilter by one or more device tags
SearchFree-text search across device fields
PaginationNavigate 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:

  1. Device tags — full tag list for the create form
  2. Tag counts — per-tag device counts for the filter chips
  3. 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.

  • Device Detail — view and edit an individual device
  • Zones — group devices into logical network zones

How is this guide?

Last updated on

On this page