0
0
mirror of https://github.com/openwrt/luci.git synced 2025-04-12 07:03:09 +00:00
Files
Jan Hoffmann 3f9d47f976 luci-mod-dsl: add page with DSL status information
This shows the same information which is currently available on the
general overview page of luci-mod-status.

Signed-off-by: Jan Hoffmann <jan@3e8.eu>
2023-02-09 22:33:55 +01:00

11 lines
148 B
JSON

{
"luci-mod-dsl": {
"description": "Grant access to luci-mod-dsl",
"read": {
"ubus": {
"dsl": [ "metrics", "statistics" ]
}
}
}
}