UI for DHCP interfaces

This commit is contained in:
Ildar Kamalov 2018-12-24 11:48:23 +03:00 committed by Eugene Bujak
parent 1270bbad1a
commit 712493aafd
9 changed files with 139 additions and 4 deletions
client/src/components/Settings

View file

@ -36,6 +36,7 @@ class Settings extends Component {
componentDidMount() {
this.props.initSettings(this.settings);
this.props.getDhcpStatus();
this.props.getDhcpInterfaces();
}
handleUpstreamChange = (value) => {