summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/gcp/_show.html.haml
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-11-06 12:27:40 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2018-11-06 12:27:40 +0000
commit4b462b801e2dcbcb35d8ef3a19f94f5a280748e1 (patch)
tree95552a067f7b2d01fddb4e9681c4c8d3b5610988 /app/views/clusters/clusters/gcp/_show.html.haml
parent160dbe70d82aac8ee8376dbbff96c5706ff919ec (diff)
parentfe083f505d907c1d1cef14c29170b31cf30192fe (diff)
downloadgitlab-ce-4b462b801e2dcbcb35d8ef3a19f94f5a280748e1.tar.gz
Merge branch 'remove-experimental-label-from-cluster-views' into 'master'
Removes 'experimental' label from cluster views See merge request gitlab-org/gitlab-ce!22550
Diffstat (limited to 'app/views/clusters/clusters/gcp/_show.html.haml')
-rw-r--r--app/views/clusters/clusters/gcp/_show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/clusters/clusters/gcp/_show.html.haml b/app/views/clusters/clusters/gcp/_show.html.haml
index 6021b220285..ca55ccb8fdf 100644
--- a/app/views/clusters/clusters/gcp/_show.html.haml
+++ b/app/views/clusters/clusters/gcp/_show.html.haml
@@ -40,7 +40,7 @@
.form-group
.form-check
= platform_kubernetes_field.check_box :authorization_type, { class: 'form-check-input', disabled: true }, 'rbac', 'abac'
- = platform_kubernetes_field.label :authorization_type, s_('ClusterIntegration|RBAC-enabled cluster (experimental)'), class: 'form-check-label label-bold'
+ = platform_kubernetes_field.label :authorization_type, s_('ClusterIntegration|RBAC-enabled cluster'), class: 'form-check-label label-bold'
.form-text.text-muted
= s_('ClusterIntegration|Enable this setting if using role-based access control (RBAC).')
= s_('ClusterIntegration|This option will allow you to install applications on RBAC clusters.')