blob: 555884674d22456720a8269f4776a303d3dc37fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"admin/dashboard": {
"title": "Dashboard",
"order": 1,
"action": {
"type": "view",
"path": "dashboard/index"
},
"depends": {
"acl": [ "luci-mod-dashboard-index" ]
}
}
}
|