Merge pull request #6661 from andibraeu/patch-1
[project/luci.git] / applications / luci-app-olsr / root / usr / share / luci / menu.d / luci-app-olsr-frontend.json
1 {
2 "olsr": {
3 "title": "OLSR",
4 "order": 5,
5 "action": {
6 "type": "firstchild"
7 }
8 },
9 "olsr/neighbours": {
10 "title": "Neighbours",
11 "order": 15,
12 "action": {
13 "type": "view",
14 "path": "olsr/status-olsr/neighbors"
15 }
16 },
17 "olsr/routes": {
18 "title": "Routes",
19 "order": 20,
20 "action": {
21 "type": "view",
22 "path": "olsr/status-olsr/routes"
23 }
24 },
25 "olsr/topology": {
26 "title": "Topology",
27 "order": 25,
28 "action": {
29 "type": "view",
30 "path": "olsr/status-olsr/topology"
31 }
32 },
33 "olsr/hna": {
34 "title": "HNA",
35 "order": 30,
36 "action": {
37 "type": "view",
38 "path": "olsr/status-olsr/hna"
39 }
40 },
41 "olsr/mid": {
42 "title": "MID",
43 "order": 35,
44 "action": {
45 "type": "view",
46 "path": "olsr/status-olsr/mid"
47 }
48 },
49 "olsr/interface": {
50 "title": "Interface",
51 "order": 35,
52 "action": {
53 "type": "view",
54 "path": "olsr/status-olsr/interfaces"
55 }
56 },
57 "olsr/smartgw": {
58 "title": "SmartGW",
59 "order": 40,
60 "action": {
61 "type": "view",
62 "path": "olsr/status-olsr/smartgw"
63 }
64 },
65 "olsr/error_olsr": {
66 "order": 45,
67 "action": {
68 "type": "view",
69 "path": "olsr/status-olsr/error_olsr"
70 }
71 }
72 }