From 8c9aef1b2de7df6838b939c9eb314ad613bab3d9 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 26 Oct 2011 00:58:12 +0000 Subject: modules/admin-full: - move crontab to system menu - delete now empty services dispatcher - move service menu declaration into index --- modules/admin-full/luasrc/controller/admin/system.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/admin-full/luasrc/controller/admin/system.lua') 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) -- cgit v1.2.3