Rules should not be removed / created from the detailed rule configuration
[project/luci.git] / applications / luci-fw / luasrc / model / cbi / luci_fw / rrule.lua
index 7958676..1610698 100644 (file)
@@ -19,6 +19,11 @@ m = Map("firewall", translate("fw_redirect"), translate("fw_redirect_desc"))
 
 s = m:section(NamedSection, arg[1], "redirect", "")
 s.anonymous = true
 
 s = m:section(NamedSection, arg[1], "redirect", "")
 s.anonymous = true
+s.addremove = false
+
+back = s:option(DummyValue, "_overview", translate("overview"))
+back.value = ""
+back.titleref = luci.dispatcher.build_url("admin", "network", "firewall", "redirection")
 
 name = s:option(Value, "_name", translate("name"))
 name.rmempty = true
 
 name = s:option(Value, "_name", translate("name"))
 name.rmempty = true