summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-firewall/luasrc/controller
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-firewall/luasrc/controller')
-rw-r--r--applications/luci-app-firewall/luasrc/controller/firewall.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/luci-app-firewall/luasrc/controller/firewall.lua b/applications/luci-app-firewall/luasrc/controller/firewall.lua
index 58a44c6018..5f8cb6ef31 100644
--- a/applications/luci-app-firewall/luasrc/controller/firewall.lua
+++ b/applications/luci-app-firewall/luasrc/controller/firewall.lua
@@ -15,6 +15,5 @@ function index()
view("firewall/rules"), _("Traffic Rules"), 30)
entry({"admin", "network", "firewall", "custom"},
- form("firewall/custom"),
- _("Custom Rules"), 40).leaf = true
+ view("firewall/custom"), _("Custom Rules"), 40).leaf = true
end