summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/_banner.html.haml
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2018-10-23 17:30:04 -0500
committerMayra Cabrera <mcabrera@gitlab.com>2018-11-05 11:25:09 +0100
commitfe083f505d907c1d1cef14c29170b31cf30192fe (patch)
treea4fa9da8e6074ee784866c4a67921211e8439bbc /app/views/clusters/clusters/_banner.html.haml
parent8ceb3dc3417baf8837b46cfc1d5207efe848d2c3 (diff)
downloadgitlab-ce-fe083f505d907c1d1cef14c29170b31cf30192fe.tar.gz
Removes experimental label from cluster viewsremove-experimental-label-from-cluster-views
As part of https://gitlab.com/gitlab-org/gitlab-ce/issues/51716, we need to remove 'experimental' labels from cluster views (show and form), as well as the promp about cluster configuration, since it won't apply. These changes were originally introduced on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22011/, but we're trying to reduce the size of that MR as it's to big to review with confidence.
Diffstat (limited to 'app/views/clusters/clusters/_banner.html.haml')
-rw-r--r--app/views/clusters/clusters/_banner.html.haml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/clusters/clusters/_banner.html.haml b/app/views/clusters/clusters/_banner.html.haml
index 73cfea0ef92..160c5f009a7 100644
--- a/app/views/clusters/clusters/_banner.html.haml
+++ b/app/views/clusters/clusters/_banner.html.haml
@@ -7,9 +7,3 @@
.hidden.js-cluster-success.bs-callout.bs-callout-success{ role: 'alert' }
= s_("ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine. Refresh the page to see Kubernetes cluster's details")
-
-- if show_cluster_security_warning?
- .js-cluster-security-warning.alert.alert-block.alert-dismissable.bs-callout.bs-callout-warning
- %button.close{ type: "button", data: { feature_id: UserCalloutsHelper::CLUSTER_SECURITY_WARNING, dismiss_endpoint: user_callouts_path } } &times;
- = s_("ClusterIntegration|The default cluster configuration grants access to many functionalities needed to successfully build and deploy a containerised application.")
- = link_to s_("More information"), help_page_path('user/project/clusters/index.md', anchor: 'security-implications')