mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(style): correct common pages [EE-3886] (#7449)
* fix(css): correct common pages [EE-3886]
This commit is contained in:
parent
c981e6ff7b
commit
1fbaf5fcbf
5 changed files with 93 additions and 60 deletions
|
@ -17,6 +17,7 @@ export function TLSFieldset() {
|
|||
<div className="col-sm-12">
|
||||
<SwitchField
|
||||
label="TLS"
|
||||
labelClass="col-sm-3 col-lg-2"
|
||||
checked={values.tls}
|
||||
onChange={(checked) => setFieldValue('tls', checked)}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue