luci-app-webdav/root/usr/share/luci/menu.d/luci-app-webdav.json
sbwml 7849f05687 luci-app-webdav: new package
Signed-off-by: sbwml <admin@cooluc.com>
2024-11-06 04:41:25 +08:00

22 lines
321 B
JSON

{
"admin/nas": {
"title": "NAS",
"order": 44,
"action": {
"type": "firstchild"
}
},
"admin/nas/webdav": {
"title": "WebDAV",
"order": 90,
"action": {
"type": "view",
"path": "webdav"
},
"depends": {
"acl": [ "luci-app-webdav" ],
"uci": { "webdav": true }
}
}
}