diff options
author | Rémy Coutable <remy@rymai.me> | 2018-10-04 11:25:03 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-10-04 11:25:03 +0000 |
commit | 9e44c1b3cfea06cc9e88767bee2117091f5cd012 (patch) | |
tree | 6c2721fed25929d65b45ebd034db727c78a0a72a /app | |
parent | d1f7b0ccc7c4fa6506164d4bbf632e8583c4882b (diff) | |
parent | c9078e3d9d19c22a2718e6c71459a83c4dd58c64 (diff) | |
download | gitlab-ce-9e44c1b3cfea06cc9e88767bee2117091f5cd012.tar.gz |
Merge branch '44597-auto-devops-rbac-qa-spec' into 'master'
Add a QA spec for RBAC cluster and auto devops
See merge request gitlab-org/gitlab-ce!22025
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/clusters/user/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/clusters/user/_form.html.haml b/app/views/projects/clusters/user/_form.html.haml index 30513d0f91b..56551ed4d65 100644 --- a/app/views/projects/clusters/user/_form.html.haml +++ b/app/views/projects/clusters/user/_form.html.haml @@ -27,7 +27,7 @@ .form-group .form-check - = platform_kubernetes_field.check_box :authorization_type, { class: 'form-check-input' }, 'rbac', 'abac' + = platform_kubernetes_field.check_box :authorization_type, { class: 'form-check-input qa-rbac-checkbox' }, 'rbac', 'abac' = platform_kubernetes_field.label :authorization_type, s_('ClusterIntegration|RBAC-enabled cluster (experimental)'), class: 'form-check-label label-bold' .form-text.text-muted = s_('ClusterIntegration|Enable this setting if using role-based access control (RBAC).') |