Added validation on change and enable encryption checkbox

This commit is contained in:
Ildar Kamalov 2019-02-18 16:06:27 +03:00
parent d44f68e844
commit 05cce8b107
15 changed files with 356 additions and 123 deletions
client/src/components/Settings

View file

@ -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}