mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 14:40:58 +00:00
64 lines
1.1 KiB
JSON
64 lines
1.1 KiB
JSON
{
|
|
"admin/services/ruantiblock": {
|
|
"title": "Ruantiblock",
|
|
"order": 60,
|
|
"action": {
|
|
"type": "alias",
|
|
"path": "admin/services/ruantiblock/service"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-ruantiblock" ],
|
|
"fs": {
|
|
"/usr/bin/ruantiblock": "executable",
|
|
"/etc/init.d/ruantiblock": "executable"
|
|
},
|
|
"uci": { "ruantiblock": true }
|
|
}
|
|
},
|
|
|
|
"admin/services/ruantiblock/service": {
|
|
"title": "Service",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "ruantiblock/service"
|
|
}
|
|
},
|
|
|
|
"admin/services/ruantiblock/settings": {
|
|
"title": "Settings",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "ruantiblock/settings"
|
|
}
|
|
},
|
|
|
|
"admin/services/ruantiblock/cron": {
|
|
"title": "Blacklist updates",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "ruantiblock/cron"
|
|
}
|
|
},
|
|
|
|
"admin/services/ruantiblock/info": {
|
|
"title": "Statistics",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "ruantiblock/info"
|
|
}
|
|
},
|
|
|
|
"admin/services/ruantiblock/log": {
|
|
"title": "Log",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "ruantiblock/log"
|
|
}
|
|
}
|
|
}
|