Only the first 20 protected environnements are shown in UI settings page
Summary
In gitlab 15.11, in settings > CICD page, pagination is enabled when showing protected environements but there is no options to change pagination page, so only the 20 first are shown. In previous gitlab versions, all env were shown.
Steps to reproduce
- On a project create more than 20 protected environements
- Go to settings > CICD page, and check that some environements are not shown.
What is the expected correct behavior?
Either disable pagination on API /api/v4/projects/:ID/protected_environments/ or adapt UI to show other pages.