summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-firewall/luasrc/controller
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-11-03 20:34:57 +0100
committerJo-Philipp Wich <jo@mein.io>2019-11-03 20:34:57 +0100
commit9e57fbb2c3f9c44cdf0a57e6fb9c1df32c84d52b (patch)
tree29cc9751eca9a0254d45a19a615271f368b53b0d /applications/luci-app-firewall/luasrc/controller
parenta43b1c6468e8fd931c721e83f9f18955509cfdaa (diff)
luci-base, luci-app-firewall: port custom rules to client side view
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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