Skip to content

Neops Web Client 3.4.0

Released 2026-07-23

This release changes entity tables from expandable rows to focused inspection actions. Users can open facts, checks, and, where available, configuration data directly from a device, interface, client, group, or location row.

At a glance

Area What changed Why it matters
Entity tables A dedicated view action appears on clients, devices, groups, interfaces, and locations. Operational details are one click away without expanding and reshaping the table.
Facts and checks The selected entity opens in a focused dialog with separate Facts and Checks views. Users can inspect collected data and validation results without leaving the list they were working in.
Device and interface configuration Devices and interfaces also expose a Config view. Configuration context can be inspected beside facts and checks.
Compatibility This is the final stable pre-OIDC client line, using SDK 3.4.1 and GraphQL client 1.18.7. Deployments can stay on the established login stack until they are ready for v4 authentication.

Highlights

Inspect an entity without losing your place in the table

Every main entity table now ends with an explicit view action. Clicking it opens the data for that row in a dialog while the table remains behind it with the current search, sort, and page position intact.

The available sections depend on the entity:

Entity page Facts Checks Config
Clients Yes Yes No
Devices Yes Yes Yes
Groups Yes Yes No
Interfaces Yes Yes Yes
Locations Yes Yes No

For example, a user investigating an interface can open the row action, check the most recently collected facts, switch to Checks to see validation results, and then inspect Config without navigating through three separate pages.

Replace ambiguous row expansion with a deliberate action

Before this release, some global tables used expandable rows while others behaved differently. An accidental click could expand a row and move surrounding results, and the purpose of the expanded content was not obvious.

From v3.4.0, the rows behave consistently:

  1. Search or filter the entity list.
  2. Find the relevant client, device, group, interface, or location.
  3. Select the view icon in that row.
  4. Switch between the available Facts, Checks, and Config sections.
  5. Close the dialog to return to the unchanged table context.

This makes row selection, table navigation, and detail inspection separate and predictable actions.

Keep a stable pre-OIDC deployment line

The included SDK 3.4.1 is pinned to the GraphQL client 1.18.7 compatibility line. This gives operators a stable upgrade point that contains the current entity-table and cron improvements without moving authentication to the v4 backend-driven OIDC flow.

Fixes and improvements

  • Restored the shared dashboard-table layout styles after the Carbon migration.
  • Corrected the Facts and Checks action renderer so the new buttons appear consistently.
  • Kept groups and locations non-expandable, matching the other global entity tables.

Upgrade notes

No entity-table configuration change is required for the standard Neops Web Client. The new action columns are included in the shipped table configurations.

Use v3.4.0 when a deployment must remain on the stable pre-OIDC authentication stack. Move to v4.0.0 or later when the backend-driven OIDC flow is required.

Technical details