mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 13:59:40 +02:00
fix(ui): remove right label for switch toggle EE-3786 (#7349)
* remove right label for switch toggle
This commit is contained in:
parent
8ff2fa66b6
commit
ad8b8399c4
3 changed files with 0 additions and 17 deletions
|
@ -71,7 +71,6 @@ export function EdgeScriptSettingsFieldset({
|
|||
}
|
||||
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue