diff --git a/luci-base/luasrc/controller/admin/index.lua b/luci-base/luasrc/controller/admin/index.lua index 9fcfe4a30..3f2b46587 100644 --- a/luci-base/luasrc/controller/admin/index.lua +++ b/luci-base/luasrc/controller/admin/index.lua @@ -50,6 +50,13 @@ function index() -- system/system is from mod-admin-full toplevel_page(page, "admin/system/system", alias("admin", "system", "system")) + -- Only used if applications add items + page = node("admin", "vpn") + page.title = _("VPN") + page.order = 30 + page.index = true + toplevel_page(page, false, false) + -- Only used if applications add items page = node("admin", "services") page.title = _("Services")