diff options
-rw-r--r-- | app/views/clusters/clusters/show.html.haml | 5 | ||||
-rw-r--r-- | locale/gitlab.pot | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/app/views/clusters/clusters/show.html.haml b/app/views/clusters/clusters/show.html.haml index 22f09cfbc4d..6052e5d96f2 100644 --- a/app/views/clusters/clusters/show.html.haml +++ b/app/views/clusters/clusters/show.html.haml @@ -36,8 +36,7 @@ %h4= @cluster.name = render 'banner' - - if Gitlab.ee? - = render_if_exists 'clusters/clusters/group_cluster_environments', expanded: expanded + = render_if_exists 'clusters/clusters/group_cluster_environments', expanded: expanded - - else + - unless Gitlab.ee? = render 'configure', expanded: expanded diff --git a/locale/gitlab.pot b/locale/gitlab.pot index b2ca63dd64c..401b46b78f1 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -3129,9 +3129,6 @@ msgstr "" msgid "Confidentiality" msgstr "" -msgid "Configure" -msgstr "" - msgid "Configure Gitaly timeouts." msgstr "" |