diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-12-19 09:21:48 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-06-16 11:34:04 +0200 |
commit | c6742ebdb8da56ec096670a2a3dde88d613e168e (patch) | |
tree | 477b5e6ab249fd56adceaceaa16e467219e41922 /modules | |
parent | 819025e4c4e6e92b69a4c41cb574016f8ce8493d (diff) |
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 <fe@dev.tdt.de>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-base/root/usr/share/luci/menu.d/luci-base.json | 18 |
1 files changed, 9 insertions, 9 deletions
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", |