The worker versions paginator is displaying strange item counts
- Open the My workers page
- Select a worker with more than 5 versions
- Switch to any page other than the first one
- The frontend will use
page_size=5
, so only 5 versions are displayed at a time, but the paginator acts as if there should be 20 items at a time:
- Get confused
- Cry
This should be fixable with a page-size="5"
where the Paginator
is declared.