mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-02 06:00:25 +03:00
UI for DHCP interfaces
This commit is contained in:
parent
1270bbad1a
commit
712493aafd
9 changed files with 139 additions and 4 deletions
client/src/components/Settings
|
@ -36,6 +36,7 @@ class Settings extends Component {
|
|||
componentDidMount() {
|
||||
this.props.initSettings(this.settings);
|
||||
this.props.getDhcpStatus();
|
||||
this.props.getDhcpInterfaces();
|
||||
}
|
||||
|
||||
handleUpstreamChange = (value) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue