Fixed last commit
This commit is contained in:
parent
741dd0bcd3
commit
24a52d6f3e
4 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ m = Map("firewall", translate("fw_redirect"), translate("fw_redirect_desc"))
|
|||
s = m:section(NamedSection, arg[1], "redirect", "")
|
||||
s.anonymous = true
|
||||
|
||||
back = s:option(DummyValue, translate("overview"))
|
||||
back = s:option(DummyValue, "_overview", translate("overview"))
|
||||
back.value = ""
|
||||
back.titleref = luci.dispatcher.build_url("admin", "network", "firewall", "redirection")
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ m = Map("firewall", translate("firewall_rule"), translate("firewall_rule_desc"))
|
|||
s = m:section(NamedSection, arg[1], "rule", "")
|
||||
s.anonymous = true
|
||||
|
||||
back = s:option(DummyValue, translate("overview"))
|
||||
back = s:option(DummyValue, "_overview", translate("overview"))
|
||||
back.value = ""
|
||||
back.titleref = luci.dispatcher.build_url("admin", "network", "firewall", "traffic")
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ m = Map("network", translate("interfaces"), translate("a_n_ifaces1"))
|
|||
s = m:section(NamedSection, arg[1], "interface")
|
||||
s.addremove = true
|
||||
|
||||
back = s:option(DummyValue, translate("overview"))
|
||||
back = s:option(DummyValue, "_overview", translate("overview"))
|
||||
back.value = ""
|
||||
back.titleref = luci.dispatcher.build_url("admin", "network", "network")
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ m = Map("wireless", translate("networks"), translate("a_w_networks1"))
|
|||
s = m:section(NamedSection, arg[1], "wifi-device", translate("device") .. " " .. arg[1])
|
||||
--s.addremove = true
|
||||
|
||||
back = s:option(DummyValue, translate("overview"))
|
||||
back = s:option(DummyValue, "_overview", translate("overview"))
|
||||
back.value = ""
|
||||
back.titleref = luci.dispatcher.build_url("admin", "network", "wireless")
|
||||
|
||||
|
|
Loading…
Reference in a new issue