Central — White Label Staff Management
Overview
The White Label Staff Management page is used by admins to view and manage staff accounts for a selected white label. It includes search filters, a staff list table, pagination controls, and quick access to create or edit staff records.
Access
- URL:
/dashboard/white-label-staff - Role required: Admin
- Navigation path: Sidebar > Whitelabel Management > White Label Staff
Page Layout
Header
The page header displays the page title and is part of the standard central admin interface.
| Element | Type | Description |
|---|---|---|
| White Label Staff Management | heading | Page title for the staff management section |
Filters
The filter row enables quick staff lookup and scoping by status and white label.
| Element | Type | Description |
|---|---|---|
| Username | input | Search by specific staff username |
| Status | dropdown | Filter staff by status (default: All) |
| White Label | dropdown | Filter staff by white label; currently selected: i88 |
| Search | button | Apply the current filter values |
| Reset | button | Clear filters and reset the list |
Primary action
The page includes a primary action button for staff creation.
| Element | Type | Description |
|---|---|---|
| Create New Staff | button | Opens the create staff form for adding a new white label staff account |
Table and pagination
The table displays the current list of staff records with relevant information for each account.
| Column | Description |
|---|---|
| No | Sequential row number or record index |
| Username | Staff account username |
| Staff Name | Display name or full name of the staff member |
| Last Login | Timestamp of the staff member's last login |
| IP Address | Last login IP address |
| Status | Current account status (Active, Suspended) |
| Action | Edit button for staff record management |
Pagination controls are available above the table.
| Element | Type | Description |
|---|---|---|
| 12 Data | text | Total number of staff records displayed |
| Prev / Next buttons | buttons | Navigate between pages |
| Current page | text | Shows the current page number |
| Go to page | input + button | Jump to a specific page number |
Features
Staff search and filter
Admins can restrict the staff list by username, status, and white label.
Username: type a staff username for exact or partial lookup.Status: choose from status options, defaulting toAll.White Label: white label filter set toi88in this view.Search: fetches filtered results.Reset: clears the search inputs and resets the list.
Staff list management
The staff table provides a central view of staff records, including login metadata and status.
- Each row includes an
Edit Staffaction button. - The list uses pagination for larger datasets.
UI Elements Reference
| Label | Type | Location | Description |
|---|---|---|---|
| White Label Staff Management | heading | Page header | Primary page title |
| Username | label/input | Filter row | Staff username search input |
| Status | label/dropdown | Filter row | Status filter control |
| White Label | label/dropdown | Filter row | White label scope filter, selected i88 |
| Search | button | Filter row | Executes the filter search |
| Reset | button | Filter row | Clears filter inputs |
| Create New Staff | button | Top action bar | Opens staff creation workflow |
| No | table header | Staff table | Row number column |
| Username | table header | Staff table | Accounts username column |
| Staff Name | table header | Staff table | Display name column |
| Last Login | table header | Staff table | Last login timestamp column |
| IP Address | table header | Staff table | Last login IP column |
| Status | table header | Staff table | Account status column |
| Action | table header | Staff table | Edit action column |
| Pagination | controls | Above table | Navigate pages and jump to page number |
Notes
- The current white label filter is selected as
i88. - The page is part of the Whitelabel Management section and is intended for admin staff account administration.
- A screenshot of the page is available at
docs/central/white-label-staff-management.png.