Merge pull request #5193 from zhoreeq/luci_yggdrasil_update
[project/luci.git] / applications / luci-app-yggdrasil / root / usr / share / luci / menu.d / luci-app-yggdrasil.json
1 {
2 "admin/network/yggdrasil": {
3 "title": "Yggdrasil",
4 "action": {
5 "type": "firstchild"
6 },
7 "depends": {
8 "acl": [ "luci-app-yggdrasil" ],
9 "uci": { "yggdrasil": true }
10 }
11 },
12
13 "admin/network/yggdrasil/status": {
14 "title": "Status",
15 "order": 1,
16 "action": {
17 "type": "view",
18 "path": "yggdrasil/status"
19 }
20 },
21
22 "admin/network/yggdrasil/peers": {
23 "title": "Peers",
24 "order": 2,
25 "action": {
26 "type": "view",
27 "path": "yggdrasil/peers"
28 }
29 },
30
31 "admin/network/yggdrasil/settings": {
32 "title": "Settings",
33 "order": 3,
34 "action": {
35 "type": "view",
36 "path": "yggdrasil/settings"
37 }
38 },
39
40 "admin/network/yggdrasil/keys": {
41 "title": "Encryption keys",
42 "order": 4,
43 "action": {
44 "type": "view",
45 "path": "yggdrasil/keys"
46 }
47 }
48 }