small-package/luci-app-filebrowser/root/usr/share/luci/menu.d/luci-app-filebrowser.json

14 lines
206 B
JSON
Raw Normal View History

2024-07-17 12:20:19 +08:00
{
"admin/system/filebrowser": {
"title": "File Browser",
"order": 80,
"action": {
"type": "view",
"path": "system/filebrowser"
},
"depends": {
"acl": [ "luci-app-filebrowser" ]
}
}
}