modules/admin-full: rename index page node from "Interfaces" to "overview"
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 15 Mar 2011 09:24:02 +0000 (09:24 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 15 Mar 2011 09:24:02 +0000 (09:24 +0000)
modules/admin-full/luasrc/controller/admin/status.lua

index a7e18d3a40d28a9558dc46e7d8e30490ba6966de..c6257ad73134edd0aeb0db7b7e2f41c10fc37dd3 100644 (file)
@@ -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)