luci-app-statistics: fix ACL name
authorHannu Nyman <hannu.nyman@iki.fi>
Sat, 18 Apr 2020 11:37:36 +0000 (14:37 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Sat, 18 Apr 2020 11:37:36 +0000 (14:37 +0300)
Fix the ACL name.
Instead of referencing openvpn, use the statistics ACL.
Fixes commit 8f34e105c0

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json

index 881021a59598786c85dd560c881a87b023ef6672..0c08c6d9abb071e857a41be36a03263649d5ddb8 100644 (file)
@@ -6,7 +6,7 @@
                        "type": "firstchild"
                },
                "depends": {
-                       "acl": [ "luci-app-openvpn" ],
+                       "acl": [ "luci-app-statistics" ],
                        "uci": { "luci_statistics": true }
                }
        },