blob: 96e88db39e12f9f74840d4996c2bf1f35074dfed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"admin/dawn/": {
"title": "DAWN",
"order": 60,
"action": {
"type": "firstchild"
},
"depends": {
"acl": [ "luci-app-dawn" ]
}
},
"admin/dawn/network_overview": {
"title": "Network Overview",
"order": 1,
"action": {
"type": "view",
"path": "dawn/network_overview"
}
},
"admin/dawn/hearing_map": {
"title": "Hearing Map",
"order": 2,
"action": {
"type": "view",
"path": "dawn/hearing_map"
}
}
}
|