From 4e4662481759b705fc65f71de384e08e9a3f49bc Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 2 Aug 2022 15:41:31 +0200 Subject: luci-mod-status: introduce ethernet port status view This commit adds an ethernet port status overview to the main status page. Signed-off-by: Jo-Philipp Wich --- .../luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status-index.json | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/luci-mod-status/root/usr/share/rpcd') diff --git a/modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status-index.json b/modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status-index.json index 7c2cd0998f..83ca325969 100644 --- a/modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status-index.json +++ b/modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status-index.json @@ -3,6 +3,7 @@ "description": "Grant access to main status display", "read": { "file": { + "/etc/board.json": [ "read" ], "/proc/sys/net/netfilter/nf_conntrack_count": [ "read" ], "/proc/sys/net/netfilter/nf_conntrack_max": [ "read" ], "/www/luci-static/resources/view/status/include": [ "list" ] -- cgit v1.2.3