summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-fw
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-06-06 18:27:59 +0000
committerSteven Barth <steven@midlink.org>2008-06-06 18:27:59 +0000
commit8644ff1eab93d067e316eee9f4b567e1bf07ccb3 (patch)
tree2b084509eeab072c5b98cea8d1c3a36a48366907 /applications/luci-fw
parent794a2f537c2235779995192e91c482caf455b9e5 (diff)
* Removed section titles
Diffstat (limited to 'applications/luci-fw')
-rw-r--r--applications/luci-fw/luasrc/model/cbi/luci_fw/firewall.lua2
-rw-r--r--applications/luci-fw/luasrc/model/cbi/luci_fw/portfw.lua2
-rw-r--r--applications/luci-fw/luasrc/model/cbi/luci_fw/routing.lua2
3 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-fw/luasrc/model/cbi/luci_fw/firewall.lua b/applications/luci-fw/luasrc/model/cbi/luci_fw/firewall.lua
index c22c37000..6bd7f083d 100644
--- a/applications/luci-fw/luasrc/model/cbi/luci_fw/firewall.lua
+++ b/applications/luci-fw/luasrc/model/cbi/luci_fw/firewall.lua
@@ -2,7 +2,7 @@
m = Map("luci_fw", "Firewall", [[Mit Hilfe der Firewall können Zugriffe auf das Netzwerk
erlaubt, verboten oder umgeleitet werden.]])
-s = m:section(TypedSection, "rule")
+s = m:section(TypedSection, "rule", "")
s.addremove = true
s.anonymous = true
diff --git a/applications/luci-fw/luasrc/model/cbi/luci_fw/portfw.lua b/applications/luci-fw/luasrc/model/cbi/luci_fw/portfw.lua
index 79868af17..3923886dd 100644
--- a/applications/luci-fw/luasrc/model/cbi/luci_fw/portfw.lua
+++ b/applications/luci-fw/luasrc/model/cbi/luci_fw/portfw.lua
@@ -3,7 +3,7 @@ require("luci.sys")
m = Map("luci_fw", "Portweiterleitung", [[Portweiterleitungen ermöglichen es interne
Netzwerkdienste von einem anderen externen Netzwerk aus erreichbar zu machen.]])
-s = m:section(TypedSection, "portfw")
+s = m:section(TypedSection, "portfw", "")
s.template = "cbi/tblsection"
s.addremove = true
s.anonymous = true
diff --git a/applications/luci-fw/luasrc/model/cbi/luci_fw/routing.lua b/applications/luci-fw/luasrc/model/cbi/luci_fw/routing.lua
index 615e7c874..7ecc8224b 100644
--- a/applications/luci-fw/luasrc/model/cbi/luci_fw/routing.lua
+++ b/applications/luci-fw/luasrc/model/cbi/luci_fw/routing.lua
@@ -6,7 +6,7 @@ betrachtet, d.h. Pakete von aufgebauten oder zugehörigen Verbindungen werden au
akzeptiert, auch wenn das Feld "beide Richtungen" nicht explizit gesetzt ist.
NAT ermöglicht Adressübersetzung.]])
-s = m:section(TypedSection, "routing")
+s = m:section(TypedSection, "routing", "")
s.template = "cbi/tblsection"
s.addremove = true
s.anonymous = true