mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-04-30 13:11:37 +03:00
Added validation on change and enable encryption checkbox
This commit is contained in:
parent
d44f68e844
commit
05cce8b107
15 changed files with 356 additions and 123 deletions
client/src/components/Settings
|
@ -100,6 +100,7 @@ class Settings extends Component {
|
|||
<Encryption
|
||||
encryption={this.props.encryption}
|
||||
setTlsConfig={this.props.setTlsConfig}
|
||||
validateTlsConfig={this.props.validateTlsConfig}
|
||||
/>
|
||||
<Dhcp
|
||||
dhcp={this.props.dhcp}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue