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>
This commit is contained in:
Hannu Nyman 2020-04-18 14:37:36 +03:00
parent f32978674b
commit d04b8bfc82

View file

@ -6,7 +6,7 @@
"type": "firstchild"
},
"depends": {
"acl": [ "luci-app-openvpn" ],
"acl": [ "luci-app-statistics" ],
"uci": { "luci_statistics": true }
}
},