Commit 64bd26f7 authored by Craig Norris's avatar Craig Norris

Merge branch...

Merge branch '33895-expand-supported-number-projects-on-environments-dashboard-by-adding-pagination-2' into 'master'

Document adding an application limit to Environment Dashboard

See merge request gitlab-org/gitlab!40703
parents 5e638388 062e882c
......@@ -424,6 +424,12 @@ panel_groups:
label: Legend Label
```
## Environment Dashboard limits **(PREMIUM)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/33895) in GitLab 13.4.
See [Environment Dashboard](../ci/environments/environments_dashboard.md#adding-a-project-to-the-dashboard) for the maximum number of displayed projects.
## Environment data on Deploy Boards
[Deploy Boards](../user/project/deploy_boards.md) load information from Kubernetes about
......
......@@ -25,8 +25,8 @@ You can access the dashboard from the top bar by clicking
![Environments Dashboard with projects](img/environments_dashboard_v12_5.png)
The Environments Dashboard displays a maximum of 7 projects
and 3 environments per project.
The Environments dashboard displays a paginated list of projects that includes
up to three environments per project.
The listed environments for each project are unique, such as
"production", "staging", etc. Review apps and other grouped
......@@ -47,6 +47,8 @@ The Environments and [Operations](../../user/operations_dashboard/index.md)
dashboards share the same list of projects. When you add or remove a
project from one, GitLab adds or removes the project from the other.
You can add up to 150 projects for GitLab to display on this dashboard.
## Environment dashboards on GitLab.com
GitLab.com users can add public projects to the Environments
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment