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:
parent
819025e4c4
commit
c6742ebdb8
1 changed files with 9 additions and 9 deletions
|
@ -32,15 +32,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"admin/vpn": {
|
|
||||||
"title": "VPN",
|
|
||||||
"order": 30,
|
|
||||||
"action": {
|
|
||||||
"type": "firstchild",
|
|
||||||
"recurse": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"admin/services": {
|
"admin/services": {
|
||||||
"title": "Services",
|
"title": "Services",
|
||||||
"order": 40,
|
"order": 40,
|
||||||
|
@ -59,6 +50,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"admin/vpn": {
|
||||||
|
"title": "VPN",
|
||||||
|
"order": 70,
|
||||||
|
"action": {
|
||||||
|
"type": "firstchild",
|
||||||
|
"recurse": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"admin/translations/*": {
|
"admin/translations/*": {
|
||||||
"action": {
|
"action": {
|
||||||
"type": "call",
|
"type": "call",
|
||||||
|
|
Loading…
Reference in a new issue