Skip to main content

Central — Game List

Overview

The Game List page allows admin users to search, filter, and manage game records within the central admin dashboard. It includes a searchable game table and a modal workflow for creating new games.

Access

  • URL: /dashboard/game-list
  • Role required: Admin
  • Navigation path: Sidebar > Game Management > Game List

Page Layout

The header shows the page title and a primary action button to create a new game.

ElementTypeDescription
Game ListheadingMain page title
Create GamebuttonOpens the Create Game modal

Search and filter section

The search section allows admins to filter games by name, provider, category group, status, white label, and currency.

ElementTypeDescription
SearchinputText input for game name
ProviderdropdownFilter games by provider
Category GroupdropdownFilter games by category group
StatusdropdownFilter by game status, default Active
White LabeldropdownFilter by white label name
CurrencydropdownFilter by currency
SearchbuttonApply the selected search filters
ResetbuttonClear all search filters

Table and pagination

The page displays a paginated table of game records.

ElementTypeDescription
1621 DatatextTotal number of game records available
Pagination controlsbuttonsNavigate between table pages
Rows selectordropdownChange the number of rows displayed per page

Game table columns

The table includes the following columns:

ColumnDescription
NoRow number
ProviderGame provider name
NameGame title
Category GroupGame category group
SequenceDisplay sequence or rank
RTPReturn to Player value
StatusCurrent game status
ActionAction buttons for game management

Sample table rows

The page shows game records including:

  • 1 | Micro Gaming | Lucky Leprechaun | slots | Very Low | 0 | Active
  • 2 | Evolution | Red Door Roulette Dnt | casino | Very Low | 0 | Active
  • 3 | Nextspin | Double Monkey | slot | Very Low | 0 | Active
  • 4 | Joker | Bali | slot | Very Low | 91 | Active
  • 5 | Netent | Wild Bazaar | slots | Very Low | 0 | Active

Row actions

Each table row includes action buttons:

  • Edit Config — likely open game configuration details
  • Edit — likely open the game edit screen or modal

The Create Game button opens a modal dialog titled Create Game.

Create Game modal

This modal includes fields for creating a new game record.

ElementTypeDescription
ClosebuttonClose the modal without saving
Create Gamemodal titleTitle of the creation dialog
Game Name*inputEnter the game name
Provider*dropdownSelect the game provider
Provider Category ID*dropdownSelect provider category ID
Provider Category*dropdownSelect provider category
Game URLinputEnter the game URL
Game Group*dropdownSelect the game group
Image PreviewimagePreview area for the game image
Image View*inputURL or uploaded image source
Browse ImagebuttonBrowse and upload an image file
Game Code*inputEnter the game code
Lobby IDinputEnter the lobby ID
SequenceinputEnter the display sequence
RTP*inputEnter the RTP value
Status*dropdownSelect game status
White LabeldropdownSelect white label for the game
TagsdropdownSelect tags for the game
CurrencydropdownSelect applicable currency
CancelbuttonClose the modal without saving
SavebuttonSave the new game

Features

Game search and filters

Admins can filter the game list using multiple criteria before taking action.

Create game workflow

The Create Game button launches a modal overlay for entering game details and saving a new game record.

Game record actions

Each row includes Edit Config and Edit buttons for managing game settings and details.

UI Elements Reference

LabelTypeLocationDescription
Game ListheadingPage headerCurrent page title
Create GamebuttonPage headerOpen game creation modal
SearchinputSearch sectionGame name filter field
ProviderdropdownSearch sectionProvider filter
Category GroupdropdownSearch sectionCategory group filter
StatusdropdownSearch sectionStatus filter
White LabeldropdownSearch sectionWhite label filter
CurrencydropdownSearch sectionCurrency filter
SearchbuttonSearch sectionApply filters
ResetbuttonSearch sectionClear filters
1621 DatatextPagination areaTotal number of results
RowsdropdownPagination areaSelect rows per page
Edit ConfigbuttonTable actionOpen game config action
EditbuttonTable actionOpen game edit action
Create GamemodalPopupCreate new game record overlay

Notes

  • The page is currently in the Game Management section under Game List.
  • The Create Game action opens a modal dialog for game creation.
  • Each table row includes Edit Config and Edit buttons for further game management.
  • Screenshot of the page and modal is available at docs/central/game-list.png.