small-packages/luci-app-openlist2/root/usr/share/luci/menu.d/luci-app-openlist2.json
2026-05-10 09:48:30 +08:00

29 lines
474 B
JSON

{
"admin/services/openlist2": {
"title": "OpenList",
"action": {
"type": "firstchild"
},
"depends": {
"acl": [ "luci-app-openlist2" ],
"uci": { "openlist2": true }
}
},
"admin/services/openlist2/basic": {
"title": "Setting",
"order": 10,
"action": {
"type": "view",
"path": "openlist2/basic"
}
},
"admin/services/openlist2/logs": {
"title": "Logs",
"order": 20,
"action": {
"type": "view",
"path": "openlist2/logs"
}
}
}