blob: 506706957cd2986c3f19143012c8a6c889f88d99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"admin/system/filebrowser": {
"title": "File Browser",
"order": 80,
"action": {
"type": "view",
"path": "system/filebrowser"
},
"depends": {
"acl": [ "luci-app-filebrowser" ]
}
}
}
|