0
0
mirror of https://github.com/openwrt/luci.git synced 2025-01-31 02:31:46 +00:00
Paul Donald 7d897991a0 luci-app-qos: Convert to JS
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-10-08 00:54:23 +02:00

15 lines
208 B
JSON

{
"luci-app-qos": {
"description": "Grant UCI access for luci-app-qos",
"read": {
"uci": [ "qos" ],
"ubus": {
"luci-rpc": [ "getHostHints" ]
}
},
"write": {
"uci": [ "qos" ]
}
}
}