From 3f9d47f97648974b5fd138a3996d7c8841015840 Mon Sep 17 00:00:00 2001 From: Jan Hoffmann Date: Thu, 9 Feb 2023 22:27:00 +0100 Subject: 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 --- modules/luci-mod-dsl/root/usr/share/rpcd/acl.d/luci-mod-dsl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/luci-mod-dsl/root/usr/share/rpcd/acl.d') diff --git a/modules/luci-mod-dsl/root/usr/share/rpcd/acl.d/luci-mod-dsl.json b/modules/luci-mod-dsl/root/usr/share/rpcd/acl.d/luci-mod-dsl.json index 7a5b6fcf4b..ee69882f4e 100644 --- a/modules/luci-mod-dsl/root/usr/share/rpcd/acl.d/luci-mod-dsl.json +++ b/modules/luci-mod-dsl/root/usr/share/rpcd/acl.d/luci-mod-dsl.json @@ -1,9 +1,9 @@ { - "luci-mod-dsl-spectrum": { - "description": "Grant access to luci-mod-dsl spectrum", + "luci-mod-dsl": { + "description": "Grant access to luci-mod-dsl", "read": { "ubus": { - "dsl": [ "statistics" ] + "dsl": [ "metrics", "statistics" ] } } } -- cgit v1.2.3