Commit 9dba3c7a authored by Sean Carroll's avatar Sean Carroll

Document adding an application limit to Environment Dashboard

Part of https://gitlab.com/gitlab-org/gitlab/-/issues/33895

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40703
parent caae0ec3
...@@ -424,6 +424,12 @@ panel_groups: ...@@ -424,6 +424,12 @@ panel_groups:
label: Legend Label label: Legend Label
``` ```
## Environment Dashboard limits **(PREMIUM)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/33895) in GitLab 13.4.
The [Environment Dashboard](../ci/environments/environments_dashboard.md) supports the addition of a maximum of 150 projects.
## Environment data on Deploy Boards ## Environment data on Deploy Boards
[Deploy Boards](../user/project/deploy_boards.md) load information from Kubernetes about [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 ...@@ -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) ![Environments Dashboard with projects](img/environments_dashboard_v12_5.png)
The Environments Dashboard displays a maximum of 7 projects The Environments Dashboard offers a paginated display of a maximum of
and 3 environments per project. 150 projects and 3 environments per project.
The listed environments for each project are unique, such as The listed environments for each project are unique, such as
"production", "staging", etc. Review apps and other grouped "production", "staging", etc. Review apps and other grouped
...@@ -47,6 +47,8 @@ The Environments and [Operations](../../user/operations_dashboard/index.md) ...@@ -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 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. project from one, GitLab adds or removes the project from the other.
A maximum of 150 projects may be added.
## Environment dashboards on GitLab.com ## Environment dashboards on GitLab.com
GitLab.com users can add public projects to the Environments 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