modules/admin-full: rename index page node from "Interfaces" to "overview"
This commit is contained in:
parent
daadcb9ea2
commit
1bce159bb1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function index()
|
|||
local i18n = luci.i18n.translate
|
||||
|
||||
entry({"admin", "status"}, alias("admin", "status", "interfaces"), i18n("Status"), 20).index = true
|
||||
entry({"admin", "status", "interfaces"}, template("admin_status/index"), i18n("Overview"), 1)
|
||||
entry({"admin", "status", "overview"}, template("admin_status/index"), i18n("Overview"), 1)
|
||||
entry({"admin", "status", "iptables"}, call("action_iptables"), i18n("Firewall"), 2).leaf = true
|
||||
entry({"admin", "status", "routes"}, template("admin_status/routes"), i18n("Routes"), 3)
|
||||
entry({"admin", "status", "syslog"}, call("action_syslog"), i18n("System Log"), 4)
|
||||
|
|
Loading…
Reference in a new issue