mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-08-02 21:09:32 +08:00
42 lines
675 B
JSON
42 lines
675 B
JSON
{
|
|
"admin/network/usage": {
|
|
"title": "Traffic Status",
|
|
"order": 60,
|
|
"action": {
|
|
"type": "alias",
|
|
"path": "admin/network/usage/details"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-wrtbwmon" ],
|
|
"uci": { "wrtbwmon": true }
|
|
}
|
|
},
|
|
|
|
"admin/network/usage/details": {
|
|
"title": "Details",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "wrtbwmon/details"
|
|
}
|
|
},
|
|
|
|
"admin/network/usage/config": {
|
|
"title": "Configuration",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "wrtbwmon/config"
|
|
}
|
|
},
|
|
|
|
"admin/network/usage/custom": {
|
|
"title": "User file",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "wrtbwmon/custom"
|
|
}
|
|
}
|
|
}
|