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

18 lines
329 B
JSON

{
"admin/services/internet-detector": {
"title": "Internet Detector",
"order": 80,
"action": {
"type": "view",
"path": "internet-detector"
},
"depends": {
"acl": [ "luci-app-internet-detector" ],
"fs": {
"/usr/bin/internet-detector": "executable"
},
"uci": { "internet-detector": true }
}
}
}