Added check for active DHCP before enable

This commit is contained in:
Ildar Kamalov
2018-12-29 18:43:17 +03:00
parent d8802a9709
commit 568784b992
8 changed files with 282 additions and 150 deletions

View File

@@ -304,6 +304,7 @@ const dhcp = handleActions({
config: {
enabled: false,
},
active: null,
leases: [],
});