diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-04-18 14:37:36 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2020-04-18 14:37:36 +0300 |
commit | d04b8bfc8202163cdf5801844a977da84b740a93 (patch) | |
tree | 68cf0d7295cb5e7004f3b5469b5bf81d179272e6 /applications | |
parent | f32978674b5fcf6f7cdaf508ae28b4bac2fff7e5 (diff) |
luci-app-statistics: fix ACL name
Fix the ACL name.
Instead of referencing openvpn, use the statistics ACL.
Fixes commit 8f34e105c0
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json b/applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json index 881021a59..0c08c6d9a 100644 --- a/applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json +++ b/applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json @@ -6,7 +6,7 @@ "type": "firstchild" }, "depends": { - "acl": [ "luci-app-openvpn" ], + "acl": [ "luci-app-statistics" ], "uci": { "luci_statistics": true } } }, |