summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/user/_form.html.haml
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2019-09-01 23:30:12 +0000
committerThong Kuah <tkuah@gitlab.com>2019-09-02 14:13:54 +1200
commit237de5c728c15de70f24ca11e0c51cec866f54ee (patch)
tree3215fec67b8ad7208d7dc8d6b27e6a1b0abb473d /app/views/clusters/clusters/user/_form.html.haml
parent6d033c669b568930eac51d30210f18445d2ae5a0 (diff)
downloadgitlab-ce-237de5c728c15de70f24ca11e0c51cec866f54ee.tar.gz
Expand textarea for CA cert in cluster formcluster-form-ca-cert-larger
The current default is too small for a user to see what they have pasted in.
Diffstat (limited to 'app/views/clusters/clusters/user/_form.html.haml')
-rw-r--r--app/views/clusters/clusters/user/_form.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/clusters/clusters/user/_form.html.haml b/app/views/clusters/clusters/user/_form.html.haml
index 1d212553c3b..5507f12b73b 100644
--- a/app/views/clusters/clusters/user/_form.html.haml
+++ b/app/views/clusters/clusters/user/_form.html.haml
@@ -25,6 +25,7 @@
help: '%{help_text} %{help_link}'.html_safe % { help_text: api_url_help_text, help_link: more_info_link }
= platform_kubernetes_field.text_area :ca_cert,
+ rows: '10',
placeholder: s_('ClusterIntegration|Certificate Authority bundle (PEM format)'),
label: s_('ClusterIntegration|CA Certificate'), label_class: 'label-bold',
help: '%{help_text} %{help_link}'.html_safe % { help_text: ca_cert_help_text, help_link: more_info_link }