mirror of
https://github.com/openwrt/luci.git
synced 2025-12-26 15:36:22 +04:00
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>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user