diff --git a/web/src/admin/outposts/ServiceConnectionKubernetesForm.ts b/web/src/admin/outposts/ServiceConnectionKubernetesForm.ts index 0a0bcee584..13859e4299 100644 --- a/web/src/admin/outposts/ServiceConnectionKubernetesForm.ts +++ b/web/src/admin/outposts/ServiceConnectionKubernetesForm.ts @@ -70,23 +70,12 @@ export class ServiceConnectionKubernetesForm extends ModelForm< ${msg("Set custom attributes using YAML or JSON.")}
-- ${msg( - "When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged.", - )} -
-
+
${msg("For more info see:")}
haveibeenpwned.com
-
+
`} + > + +${msg("Password strength estimator created by Dropbox, see:")} dropbox/zxcvbn -
-- ${msg( - "When enabled, global email connection settings will be used and connection settings below will be ignored.", - )} -
-- ${msg( - "When a user returns from the email successfully, their account will be activated.", - )} -
-- ${msg( - "When enabled, global Email connection settings will be used and connection settings below will be ignored.", - )} -
-- ${msg( - `When checked, the placeholder will be evaluated in the same way a property mapping is. - If the evaluation fails, the placeholder itself is returned.`, - )} -
-- ${msg( - `When checked, the initial value will be evaluated in the same way a property mapping is. - If the evaluation fails, the initial value itself is returned.`, - )} -
-${helpText}
` + : nothing, + this.bighelp ? this.bighelp : nothing, + ]; + } + render() { const doCheck = this.checked ? this.checked : undefined; - const helpText = this.help.trim(); return html`${helpText}
` - : nothing} + ${this.renderHelp()}- ${msg( - "When enabled, this sync will still execute mutating requests regardless of the dry-run mode in the provider.", - )} -
-