X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-firewall%2Fluasrc%2Fmodel%2Fcbi%2Fluci_fw%2Frrule.lua;h=74617e08b7a71c7be4f601958ca840241f0c5a0f;hp=65e3e5816dc0a897937073ac88e350eef6d9381b;hb=0cdf9d7ead3027da368910f6e08a784948681cc4;hpb=aa0f710867cc4333df4efa3fdb45ae2ed51e9c50 diff --git a/applications/luci-firewall/luasrc/model/cbi/luci_fw/rrule.lua b/applications/luci-firewall/luasrc/model/cbi/luci_fw/rrule.lua index 65e3e5816..74617e08b 100644 --- a/applications/luci-firewall/luasrc/model/cbi/luci_fw/rrule.lua +++ b/applications/luci-firewall/luasrc/model/cbi/luci_fw/rrule.lua @@ -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