Skip to main content

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

The page header shows the page title and is part of the standard central admin interface.

ElementTypeDescription
White Label List (View)headingMain page title

Filters

The top filter row enables admins to filter the white label list by name, group, status, and join date range.

ElementTypeDescription
White Label NamedropdownSelect a white label name to filter results
GroupcomboboxType or select a group name
StatusdropdownFilter by status, default is Active
Join Datedate range inputSpecify start and end join dates
SearchbuttonExecutes the current filter set
ResetbuttonClears filter inputs and reloads the table

Table and pagination

The main table shows white label records with ID, status, and action controls.

ColumnDescription
IDWhite label record ID
White Label InfoDisplay name of the white label
GroupAssociated group name
Join DateCreation date and time of the white label record
StatusCurrent white label status (Active or Closed)
ActionAction button to view domain details

Pagination controls are available above the table.

ElementTypeDescription
96 DatatextTotal number of white label records
Prev / Next buttonsbuttonNavigate table pages
Page indicatortextCurrent page number
Go to pageinput + buttonJump to a specific page number
RowsdropdownAdjust number of rows displayed per page

Action buttons

Each table row has a View Domain button.

  • View Domain opens a Domain List modal overlay for that white label.

The View Domain action opens a modal dialog titled Domain List.

Domain List modal

Displayed columns in the popup:

  • No
  • Domain
  • Created At
  • Action

Each row includes a Reset button for the domain record.

ElementTypeDescription
Domain Listmodal titleTitle for the domain list overlay
NocolumnSequence number of the domain record
DomaincolumnDomain URL or host name
Created AtcolumnDomain creation timestamp
ResetbuttonAction 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

LabelTypeLocationDescription
White Label List (View)headingPage headerCurrent page title
White Label NamedropdownFilter rowChoose which white label to view
GroupcomboboxFilter rowFilter white labels by group
StatusdropdownFilter rowFilter list by status
Join Datedate inputFilter rowFilter by joined date range
SearchbuttonFilter rowApply filters
ResetbuttonFilter rowClear filters
96 DatatextPagination areaTotal records count
RowsdropdownPagination areaNumber of rows displayed per page
View DomainbuttonTable action columnOpen Domain List modal
Domain ListmodalPopup overlayList of domains for selected white label
ResetbuttonModal action columnReset 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 Domain on a white label row.
  • A screenshot of the page and modal is available at docs/central/white-label-list-view.png.