Rules should not be removed / created from the detailed rule configuration

This commit is contained in:
Steven Barth 2008-10-04 17:56:02 +00:00
parent 5a40e6f1c0
commit a774180453
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@ m = Map("firewall", translate("fw_redirect"), translate("fw_redirect_desc"))
s = m:section(NamedSection, arg[1], "redirect", "")
s.anonymous = true
s.addremove = false
back = s:option(DummyValue, "_overview", translate("overview"))
back.value = ""

View file

@ -16,6 +16,7 @@ m = Map("firewall", translate("firewall_rule"), translate("firewall_rule_desc"))
s = m:section(NamedSection, arg[1], "rule", "")
s.anonymous = true
s.addremove = false
back = s:option(DummyValue, "_overview", translate("overview"))
back.value = ""