summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2018-09-14 02:35:01 +0100
committerLuke Bennett <lbennett@gitlab.com>2018-09-24 11:46:55 +0100
commit2ab3e57cc98cc48c921b2c7c529acc1c75063b3a (patch)
tree6627f6767e08bb01367b7e685316f9c3eb5024eb /app/views
parentaee0abc893f82adba40a432d25e6441b1641ea18 (diff)
downloadgitlab-ce-2ab3e57cc98cc48c921b2c7c529acc1c75063b3a.tar.gz
Update clusters/_banner
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/clusters/_banner.html.haml9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/views/projects/clusters/_banner.html.haml b/app/views/projects/clusters/_banner.html.haml
index f18caa3f4ac..84362580a90 100644
--- a/app/views/projects/clusters/_banner.html.haml
+++ b/app/views/projects/clusters/_banner.html.haml
@@ -8,7 +8,8 @@
.hidden.js-cluster-creating.alert.alert-info.alert-block.append-bottom-10{ role: 'alert' }
= s_('ClusterIntegration|Kubernetes cluster is being created on Google Kubernetes Engine...')
- .hidden.js-cluster-success.alert.alert-success.alert-block.append-bottom-10{ role: 'alert' }
- = s_("ClusterIntegration|Kubernetes cluster was successfully created on Google Kubernetes Engine. Refresh the page to see Kubernetes cluster's details")
-
- %p= s_('ClusterIntegration|Control how your Kubernetes cluster integrates with GitLab')
+- if show_cluster_security_warning?
+ .js-cluster-security-warning.alert.alert-block.alert-dismissable.bs-callout.bs-callout-warning
+ %button.close.js-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')