projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a90acc
)
luci-app-firewall: dispatch SimpleForm model using the form() action
author
Jo-Philipp Wich
<jo@mein.io>
Fri, 6 Apr 2018 09:52:36 +0000
(11:52 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Fri, 6 Apr 2018 10:07:49 +0000
(12:07 +0200)
This fixes issues dicovered by check-controllers.sh
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
applications/luci-app-firewall/luasrc/controller/firewall.lua
patch
|
blob
|
history
diff --git
a/applications/luci-app-firewall/luasrc/controller/firewall.lua
b/applications/luci-app-firewall/luasrc/controller/firewall.lua
index
5a6ab0a
..
4fe7770
100644
(file)
--- a/
applications/luci-app-firewall/luasrc/controller/firewall.lua
+++ b/
applications/luci-app-firewall/luasrc/controller/firewall.lua
@@
-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