Commit b5800ea5 authored by jerasmus's avatar jerasmus Committed by Thong Kuah

Add frontend feature flag

Added the frontend feature flag back
parent 07fcf0a4
......@@ -2,7 +2,7 @@
- is_group_type = @cluster.cluster_type.in? 'group_type'
- is_creating = @cluster.status_name.in? %i/scheduled creating/
- if is_group_type && !is_creating
- if is_group_type && !is_creating && Feature.enabled?(:view_group_cluster_deployments)
.js-toggle-container
%ul.nav-links.mobile-separator.nav.nav-tabs{ role: 'tablist' }
%li.nav-item{ role: 'presentation' }
......
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