diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-26 00:58:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-26 00:58:12 +0000 |
commit | 8c9aef1b2de7df6838b939c9eb314ad613bab3d9 (patch) | |
tree | 13fb467714cc740622ee1043e6620a227750df84 /modules/admin-full/luasrc/controller/admin/system.lua | |
parent | 76548e7dad6fd35a6ca19b4bee0f050a2ab5da56 (diff) |
modules/admin-full:
- move crontab to system menu
- delete now empty services dispatcher
- move service menu declaration into index
Diffstat (limited to 'modules/admin-full/luasrc/controller/admin/system.lua')
-rw-r--r-- | modules/admin-full/luasrc/controller/admin/system.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/admin-full/luasrc/controller/admin/system.lua b/modules/admin-full/luasrc/controller/admin/system.lua index 114acba669..68f3d258dd 100644 --- a/modules/admin-full/luasrc/controller/admin/system.lua +++ b/modules/admin-full/luasrc/controller/admin/system.lua @@ -28,6 +28,7 @@ function index() end entry({"admin", "system", "startup"}, form("admin_system/startup"), _("Startup"), 45) + entry({"admin", "system", "crontab"}, form("admin_system/crontab"), _("Scheduled Tasks"), 46) if nixio.fs.access("/etc/config/fstab") then entry({"admin", "system", "fstab"}, cbi("admin_system/fstab"), _("Mount Points"), 50) |