diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-13 03:06:53 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-13 03:06:53 +0000 |
commit | c0b9c14ebd1524a1e2334e656f997ec680a18966 (patch) | |
tree | 4437aea2c4239279131a56adca1679f636683d29 /app/views/clusters | |
parent | 98638cd5e43611aac2193a5c2f80f72374040430 (diff) | |
download | gitlab-ce-c0b9c14ebd1524a1e2334e656f997ec680a18966.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/clusters')
-rw-r--r-- | app/views/clusters/clusters/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/clusters/clusters/show.html.haml b/app/views/clusters/clusters/show.html.haml index bfeb0d3d7f0..19ca9407513 100644 --- a/app/views/clusters/clusters/show.html.haml +++ b/app/views/clusters/clusters/show.html.haml @@ -33,7 +33,7 @@ = render 'clusters/clusters/details_tab' = render_if_exists 'clusters/clusters/environments_tab' = render 'clusters/clusters/health_tab' if !Feature.enabled?(:remove_monitor_metrics) - = render 'clusters/clusters/integrations_tab' + = render 'clusters/clusters/integrations_tab' if !Feature.enabled?(:remove_monitor_metrics) = render 'clusters/clusters/advanced_settings_tab' .tab-content.py-3 |