applications/luci-firewall: minor tweaks on config pages
[project/luci.git] / applications / luci-firewall / luasrc / model / cbi / luci_fw / rrule.lua
index 65e3e58..74617e0 100644 (file)
@@ -53,10 +53,6 @@ s.addremove = false
 s:tab("general", translate("General Settings"))
 s:tab("advanced", translate("Advanced Settings"))
 
-back = s:taboption("general", DummyValue, "_overview", translate("Overview"))
-back.value = ""
-back.titleref = luci.dispatcher.build_url("admin", "network", "firewall", "redirect")
-
 name = s:taboption("general", Value, "_name", translate("Name"))
 name.rmempty = true
 name.size = 10