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

15 lines
236 B
JSON
Raw Normal View History

2023-06-10 09:39:01 +08:00
{
"admin/services/filebrowser": {
"title": "FileBrowser",
"action": {
"order": 30,
"type": "view",
"path": "filebrowser"
},
"depends": {
"acl": [ "luci-app-filebrowser" ],
"uci": { "filebrowser": true }
}
}
}