mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix(secret): update hide secret tooltip [EE-6568] (#11020)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
b640b58371
commit
2248ce0173
1 changed files with 1 additions and 6 deletions
|
@ -289,12 +289,7 @@ function InnerForm({
|
|||
name="restrictSecrets"
|
||||
data-cy="kubeSetup-restrictSecretsToggle"
|
||||
label="Restrict secret contents access for non-admins (UI only)"
|
||||
tooltip={
|
||||
<span>
|
||||
If enabled, in the UI, <b>only admins</b> may view and edit
|
||||
the contents of secrets that are <b>not</b> their own.
|
||||
</span>
|
||||
}
|
||||
tooltip="This hides the ability to view or edit in the UI the contents of secrets that a non-admin user did not create themselves but does not prevent it via the command line."
|
||||
labelClass="col-sm-5 col-lg-4"
|
||||
checked={false}
|
||||
featureId={FeatureId.K8S_ADM_ONLY_SECRETS}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue