mirror of
https://github.com/openwrt/luci.git
synced 2025-12-26 11:16:38 +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(),
|
callDUIDHints(),
|
||||||
getDHCPPools(),
|
getDHCPPools(),
|
||||||
network.getNetworks(),
|
network.getNetworks(),
|
||||||
L.hasSystemFeature('ufpd') ? callUfpList() : null,
|
L.hasSystemFeature('ufpd') ? callUfpList() : null
|
||||||
uci.load('firewall')
|
|
||||||
]);
|
]);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user