modules/admin-full:
[project/luci.git] / modules / admin-full / luasrc / controller / admin / index.lua
index 663ef70..3448489 100644 (file)
@@ -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