summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc/controller/admin/system.lua
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-05-04 21:23:55 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-05-04 21:23:55 +0000
commitec0fbaff3e6f475805ab62d4ed27d293dae97965 (patch)
treececb6ba0ad94565882842a1ffb6e6be80ceb955c /modules/admin-full/luasrc/controller/admin/system.lua
parent9424177aca293101c7262ddfcbc6a6aecdf6b3c4 (diff)
modules/admin-full: move system/processes to status/processes
Diffstat (limited to 'modules/admin-full/luasrc/controller/admin/system.lua')
-rw-r--r--modules/admin-full/luasrc/controller/admin/system.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/controller/admin/system.lua b/modules/admin-full/luasrc/controller/admin/system.lua
index da2ad9500..c79397b5e 100644
--- a/modules/admin-full/luasrc/controller/admin/system.lua
+++ b/modules/admin-full/luasrc/controller/admin/system.lua
@@ -24,7 +24,6 @@ function index()
entry({"admin", "system", "admin"}, form("admin_system/admin"), i18n("Administration"), 2)
entry({"admin", "system", "packages"}, call("action_packages"), i18n("Software"), 10)
entry({"admin", "system", "packages", "ipkg"}, form("admin_system/ipkg"))
- entry({"admin", "system", "processes"}, form("admin_system/processes"), i18n("Processes"), 45)
if nixio.fs.access("/etc/config/fstab") then
entry({"admin", "system", "fstab"}, cbi("admin_system/fstab"), i18n("Mount Points"), 50)