Thanks @dibdot, @jow-! Signed-off-by: Stan Grishin <stangri@melmac.ca> Update applications/luci-app-simple-adblock/htdocs/luci-static/resources/simple-adblock/status.js Co-authored-by: Vasili Sviridov <vsviridov@exceede.com> Signed-off-by: Stan Grishin <stangri@melmac.ca> Thanks @dibdot, @jow-, @vsviridov! * this includes changes made during review Co-authored-by: Vasili Sviridov <vsviridov@exceede.com> Signed-off-by: Stan Grishin <stangri@melmac.ca>
27 lines
418 B
JSON
27 lines
418 B
JSON
{
|
|
"luci-app-simple-adblock": {
|
|
"description": "Grant UCI and file access for luci-app-simple-adblock",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.simple-adblock": [
|
|
"getInitList",
|
|
"getInitStatus",
|
|
"getPlatformSupport"
|
|
]
|
|
},
|
|
"uci": [
|
|
"simple-adblock"
|
|
]
|
|
},
|
|
"write": {
|
|
"uci": [
|
|
"simple-adblock"
|
|
],
|
|
"ubus": {
|
|
"luci.simple-adblock": [
|
|
"setInitAction"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|