Central — White Label List (View)
Overview
The White Label List (View) page allows admin users to browse and filter white label records. It provides a list of white labels with quick access to domain details via a modal popup.
Access
- URL:
/dashboard/white-label-list-view - Role required: Admin
- Navigation path: Sidebar > Whitelabel Management > White Label List (View)
Page Layout
Header
The page header shows the page title and is part of the standard central admin interface.
| Element | Type | Description |
|---|---|---|
| White Label List (View) | heading | Main page title |
Filters
The top filter row enables admins to filter the white label list by name, group, status, and join date range.
| Element | Type | Description |
|---|---|---|
| White Label Name | dropdown | Select a white label name to filter results |
| Group | combobox | Type or select a group name |
| Status | dropdown | Filter by status, default is Active |
| Join Date | date range input | Specify start and end join dates |
| Search | button | Executes the current filter set |
| Reset | button | Clears filter inputs and reloads the table |
Table and pagination
The main table shows white label records with ID, status, and action controls.
| Column | Description |
|---|---|
| ID | White label record ID |
| White Label Info | Display name of the white label |
| Group | Associated group name |
| Join Date | Creation date and time of the white label record |
| Status | Current white label status (Active or Closed) |
| Action | Action button to view domain details |
Pagination controls are available above the table.
| Element | Type | Description |
|---|---|---|
| 96 Data | text | Total number of white label records |
| Prev / Next buttons | button | Navigate table pages |
| Page indicator | text | Current page number |
| Go to page | input + button | Jump to a specific page number |
| Rows | dropdown | Adjust number of rows displayed per page |
Action buttons
Each table row has a View Domain button.
View Domainopens a Domain List modal overlay for that white label.
Modal / Popup
The View Domain action opens a modal dialog titled Domain List.
Domain List modal
Displayed columns in the popup:
NoDomainCreated AtAction
Each row includes a Reset button for the domain record.
| Element | Type | Description |
|---|---|---|
| Domain List | modal title | Title for the domain list overlay |
| No | column | Sequence number of the domain record |
| Domain | column | Domain URL or host name |
| Created At | column | Domain creation timestamp |
| Reset | button | Action to reset the selected domain record |
Features
White label filtering
Admins can filter records by:
- White Label Name
- Group
- Status
- Join Date range
View Domain details
The View Domain button reveals a modal with associated domain records and reset actions.
Paging and row control
The page supports pagination and row count control for browsing large result sets.
UI Elements Reference
| Label | Type | Location | Description |
|---|---|---|---|
| White Label List (View) | heading | Page header | Current page title |
| White Label Name | dropdown | Filter row | Choose which white label to view |
| Group | combobox | Filter row | Filter white labels by group |
| Status | dropdown | Filter row | Filter list by status |
| Join Date | date input | Filter row | Filter by joined date range |
| Search | button | Filter row | Apply filters |
| Reset | button | Filter row | Clear filters |
| 96 Data | text | Pagination area | Total records count |
| Rows | dropdown | Pagination area | Number of rows displayed per page |
| View Domain | button | Table action column | Open Domain List modal |
| Domain List | modal | Popup overlay | List of domains for selected white label |
| Reset | button | Modal action column | Reset the selected domain record |
Notes
- The page uses a modal overlay for domain detail review instead of navigating away.
- The popup content is visible after clicking
View Domainon a white label row. - A screenshot of the page and modal is available at
docs/central/white-label-list-view.png.