feat(ui): EE-3718 css portainer environments edit (#7318)

This commit is contained in:
congs
2022-08-03 10:19:28 +12:00
committed by GitHub
parent b28f635fb2
commit 21fbd37bfb
8 changed files with 65 additions and 39 deletions

View File

@@ -70,6 +70,8 @@ export function EdgeScriptSettingsFieldset({
setFieldValue('allowSelfSignedCertificates', value)
}
label="Allow self-signed certs"
labelClass="col-sm-3 col-lg-2"
switchValues={{ on: 'Yes', off: 'No' }}
tooltip="When allowing self-signed certificates the edge agent will ignore the domain validation when connecting to Portainer via HTTPS"
/>
</div>