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:
Jo-Philipp Wich 2018-04-06 11:52:36 +02:00
parent 4a90accda9
commit 1443ff121d

View file

@ -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