luci-app-firewall: dispatch SimpleForm model using the form() action
[project/luci.git] / applications / luci-app-firewall / luasrc / controller / firewall.lua
index 5a6ab0a..4fe7770 100644 (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