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

View File

@@ -8,6 +8,7 @@ import {
addErrorToast,
toggleDhcp,
getDhcpStatus,
getDhcpInterfaces,
setDhcpConfig,
findActiveDhcp,
} from '../actions';
@@ -28,6 +29,7 @@ const mapDispatchToProps = {
addErrorToast,
toggleDhcp,
getDhcpStatus,
getDhcpInterfaces,
setDhcpConfig,
findActiveDhcp,
};