mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-09-13 20:04:23 +08:00
update 2026-05-27 23:25:57
This commit is contained in:
+13
@@ -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" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"luci-app-interfaces-statistics": {
|
||||
"description": "Grant access to interfaces-statistics procedures",
|
||||
"read": {
|
||||
"ubus": {
|
||||
"network.device": [ "status" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user