Browse & Search Licenses
Overview
This deliverable introduces a searchable License List page within OpsConfig. The page allows operators to browse and locate licenses using substring search across key identifiers, while ensuring all sensitive data remains masked according to the ClientConfig API response rules.
The feature is read-only and intended to support operational visibility and navigation into detailed license views.
Functional Requirements
Search
- Substring search across the following fields:
licenseIdappIdappDomain
- Search is triggered after 2 characters are entered.
- Input is debounced to minimize network requests.

Results Display
- Display results in a table or list format.
- Columns:
- App Domain
- AppID
- AppTitle
- AppContactEmail

Pagination
- Support pagination or a "Load more" interaction.
- Paging must preserve the current search term.

Navigation
- Clicking a row routes the user to the License Details page:
/ops/config/licenses/:licenseId
