update 2026-05-27 23:25:57

This commit is contained in:
action
2026-05-27 23:25:57 +08:00
parent 84f707b52b
commit d0159b49a5
759 changed files with 362365 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"admin/network/interfaces-statistics": {
"title": "Interfaces Statistics",
"order": 70,
"action": {
"type": "view",
"path": "interfaces-statistics"
},
"depends": {
"acl": [ "luci-app-interfaces-statistics" ]
}
}
}
@@ -0,0 +1,10 @@
{
"luci-app-interfaces-statistics": {
"description": "Grant access to interfaces-statistics procedures",
"read": {
"ubus": {
"network.device": [ "status" ]
}
}
}
}