Skip to content

Remove project limit from Environments Dashboard help text

Jake Burden requested to merge update-help-text-of-environments-dashboard into master

What does this MR do?

This MR updates the help text of the Environments Dashboard (-/operations/environments) to say:

This dashboard displays 3 environments per project, and is linked to the Operations Dashboard. When you add or remove a project from one dashboard, GitLab adds or removes the project from the other. More information

This is an update from the current text, which says:

This dashboard displays a maximum of 7 projects and 3 environments per project, and is linked to the Operations Dashboard. When you add or remove a project from one dashboard, GitLab adds or removes the project from the other. More information

The reason why is because in !39847 (merged) we increased the limit of projects per page from 7 to 20. In !39637 (merged) we will introduce pagination on the frontend dashboard.

Screenshots

Before After
image image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Jake Burden

Merge request reports