mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
luci-mod-network: remove firewall loading in dhcp.js
This is just a leftover from the dns/dhcp split. It isn't used in dhcp.js. Signed-off-by: David Härdeman <david@hardeman.nu>
This commit is contained in:
committed by
Paul Donald
parent
7626b810be
commit
2ec14910dd
@@ -227,8 +227,7 @@ return view.extend({
|
||||
callDUIDHints(),
|
||||
getDHCPPools(),
|
||||
network.getNetworks(),
|
||||
L.hasSystemFeature('ufpd') ? callUfpList() : null,
|
||||
uci.load('firewall')
|
||||
L.hasSystemFeature('ufpd') ? callUfpList() : null
|
||||
]);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user