summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc/controller/admin/index.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/admin-full/luasrc/controller/admin/index.lua')
-rw-r--r--modules/admin-full/luasrc/controller/admin/index.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/admin-full/luasrc/controller/admin/index.lua b/modules/admin-full/luasrc/controller/admin/index.lua
index 663ef7022..344848904 100644
--- a/modules/admin-full/luasrc/controller/admin/index.lua
+++ b/modules/admin-full/luasrc/controller/admin/index.lua
@@ -30,6 +30,9 @@ function index()
page.ucidata = true
page.index = true
+ -- Empty services menu to be populated by addons
+ entry({"admin", "services"}, firstchild(), _("Services"), 40).index = true
+
entry({"admin", "logout"}, call("action_logout"), _("Logout"), 90)
end