-
Notifications
You must be signed in to change notification settings - Fork 614
[BUG][UI]: Pagination is broken on admin UI tables #2108
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingfrontendFrontend development (HTML, CSS, JavaScript)Frontend development (HTML, CSS, JavaScript)uiUser InterfaceUser Interface
Milestone
Description
🐞 Bug Summary
The tables show more rows per page than allowed, and new pages are not created.
🧩 Affected Component
Select the area of the project impacted:
-
mcpgateway- API -
mcpgateway- UI (admin panel) -
mcpgateway.wrapper- stdio wrapper - Federation or Transports
- CLI, Makefiles, or shell scripts
- Container setup (Docker/Podman/Compose)
- Other (explain below)
🔁 Steps to Reproduce
- Access the Admin UI
- Make sure you have more than 10 servers registered (add them on the MCP Registry if needed)
- Click the MCP Servers tab
- Check the number of rows on the table versus the size of the page
This is one example, but applies to all tables.
🤔 Expected Behavior
The number of rows displayed should be the same as the page size, and then more pages should be enabled.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfrontendFrontend development (HTML, CSS, JavaScript)Frontend development (HTML, CSS, JavaScript)uiUser InterfaceUser Interface