luci-app-firewall: dispatch SimpleForm model using the form() action
This fixes issues dicovered by check-controllers.sh Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
4a90accda9
commit
1443ff121d
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ function index()
|
|||
_("Traffic Rules"), 30).leaf = true
|
||||
|
||||
entry({"admin", "network", "firewall", "custom"},
|
||||
cbi("firewall/custom"),
|
||||
form("firewall/custom"),
|
||||
_("Custom Rules"), 40).leaf = true
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue