Central — Provider List View
Overview
The Provider List View page allows admin users to browse providers and inspect provider-level details in a table. It includes filters for provider name, status, and white label, and supports editing provider configuration via a modal dialog.
Access
- URL:
/dashboard/provider-list-view - Role required: Admin
- Navigation path: Sidebar > Game Management > Provider List (View)
Page Layout
Header
The page header displays the page title.
| Element | Type | Description |
|---|---|---|
| Provider List View | heading | Main page title for the provider list view |
Filter Section
The filter section enables searching providers by name, status, and white label.
| Element | Type | Description |
|---|---|---|
| Provider Name | input | Search by provider name |
| Status | dropdown | Filter providers by status, default is Active |
| White Label | dropdown | Filter providers by white label, default is White Label 1 |
| Search | button | Apply the current filter values |
| Reset | button | Clear filter inputs |
Table and Row Controls
The main table lists provider rows with key details and an Edit action.
| Column | Description |
|---|---|
| No | Row number |
| Name | Provider name |
| Code | Provider code identifier |
| Status | Provider active/inactive status |
| Agreement | Provider agreement details, such as sharing profit ratio |
| Action | Button to edit provider settings |
Sample provider rows
The table includes providers such as:
- Main Wallet | speedengine | Active | -
- Pragmatic Play | pragmatic | Active | Sharing Profit (%) Company : White Label - 20:80
- Micro Gaming | microgaming | Active | Sharing Profit (%) Company : White Label - 80:20
- Pg Soft | pgsoft | Active | Sharing Profit (%) Company : White Label - 20:80
- No Limit City | nolimitcity | Active | Sharing Profit (%) Company : White Label - 20:80
- Habanero | habanero | Active | Sharing Profit (%) Company : White Label - 20:80
- Playstar | playstar | Active | Sharing Profit (%) Company : White Label - 20:80
- Toptrend Gaming | toptrendgaming | Inactive | Sharing Profit (%) Company : White Label - 25:75
- Spade Gaming | spadegaming | Active | Sharing Profit (%) Company : White Label - 20:80
- Joker | joker | Active | Sharing Profit (%) Company : White Label - 20:80
Pagination and rows
The table supports pagination and row count controls.
| Element | Type | Description |
|---|---|---|
| Rows | dropdown | Number of rows displayed per page |
| Pagination buttons | buttons | Navigate through pages |
Modal / Popup
Clicking an Edit button opens an Edit Provider dialog.
Edit Provider modal
The modal contains provider configuration fields and controls.
| Element | Type | Description |
|---|---|---|
| Close | button | Close the modal without saving |
| Edit Provider | title | Modal title |
| Provider Name* | input | Editable provider name field |
| Provider Code* | input | Editable provider code field |
| Status* | dropdown | Active/inactive status selector |
| Logo Provider* | input/button | Upload or enter provider logo URL |
| Provider Share %* | input | Provider share percentage field |
| White Label | dropdown | Select the white label context |
| Agreement* | toggle buttons | Choose between Sharing Profit or Comission agreement type |
| Sharing Profit Amount (%)* | input(s) | Enter sharing profit amount values |
| Cancel | button | Close modal without saving changes |
| Save | button | Save provider configuration changes |
Features
Provider search and filter
Admins can filter provider records by provider name, status, and white label.
Provider edit workflow
The Edit action opens a modal for editing provider details including name, code, status, logo, share percentage, agreement scheme, and white label.
UI Elements Reference
| Label | Type | Location | Description |
|---|---|---|---|
| Provider List View | heading | Page header | Main page title |
| Provider Name | label/input | Filter section | Provider search input |
| Status | dropdown | Filter section | Status filter control |
| White Label | dropdown | Filter section | White label filter control |
| Search | button | Filter section | Apply filters |
| Reset | button | Filter section | Reset filters |
| No | table header | Table | Row number column |
| Name | table header | Table | Provider name column |
| Code | table header | Table | Provider code column |
| Status | table header | Table | Provider status column |
| Agreement | table header | Table | Agreement details column |
| Action | table header | Table | Action column |
| Edit | button | Table row | Open provider edit modal |
| Edit Provider | modal title | Popup | Provider edit dialog |
| Provider Name* | input | Modal | Provider name field |
| Provider Code* | input | Modal | Provider code field |
| Status* | dropdown | Modal | Provider status selector |
| Logo Provider* | input/button | Modal | Provider logo field |
| Provider Share %* | input | Modal | Provider share percentage field |
| White Label | dropdown | Modal | White label context selector |
| Agreement* | toggle | Modal | Select agreement type |
| Sharing Profit Amount (%)* | input | Modal | Profit share amount field |
| Save | button | Modal | Save changes |
| Cancel | button | Modal | Dismiss changes |
Notes
- The
Editaction opens anEdit Providermodal dialog with provider details. - The agreement column may include sharing profit ratios for some providers.
- Screenshot of the page and modal is available at
docs/central/provider-list-view.png.