From: Florian Eckert Date: Thu, 19 Dec 2019 08:21:48 +0000 (+0100) Subject: luci-base: move vpn section X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c6742ebdb8da56ec096670a2a3dde88d613e168e;p=oweals%2Fluci.git luci-base: move vpn section Move the VPN configuration section behind the network configuration. The normal workflow is add/edit the network and then add/edit a vpn configuration. Signed-off-by: Florian Eckert --- diff --git a/modules/luci-base/root/usr/share/luci/menu.d/luci-base.json b/modules/luci-base/root/usr/share/luci/menu.d/luci-base.json index 9b32048be..eb72c565d 100644 --- a/modules/luci-base/root/usr/share/luci/menu.d/luci-base.json +++ b/modules/luci-base/root/usr/share/luci/menu.d/luci-base.json @@ -32,15 +32,6 @@ } }, - "admin/vpn": { - "title": "VPN", - "order": 30, - "action": { - "type": "firstchild", - "recurse": true - } - }, - "admin/services": { "title": "Services", "order": 40, @@ -59,6 +50,15 @@ } }, + "admin/vpn": { + "title": "VPN", + "order": 70, + "action": { + "type": "firstchild", + "recurse": true + } + }, + "admin/translations/*": { "action": { "type": "call",