mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add VPN menu entry
This commit is contained in:
parent
1cc613f27d
commit
2c27a090f3
1 changed files with 7 additions and 0 deletions
|
@ -50,6 +50,13 @@ function index()
|
||||||
-- system/system is from mod-admin-full
|
-- system/system is from mod-admin-full
|
||||||
toplevel_page(page, "admin/system/system", alias("admin", "system", "system"))
|
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
|
-- Only used if applications add items
|
||||||
page = node("admin", "services")
|
page = node("admin", "services")
|
||||||
page.title = _("Services")
|
page.title = _("Services")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue