mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 20:11:53 +08:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"admin/network/netspeedtest": {
|
|
"title": "NetSpeedtest",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-netspeedtest" ],
|
|
"uci": { "netspeedtest": true }
|
|
}
|
|
},
|
|
"admin/network/netspeedtest/iperf3": {
|
|
"title": "Throughput speedtest Iperf3",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "netspeedtest/iperf3"
|
|
}
|
|
},
|
|
"admin/network/netspeedtest/homebox": {
|
|
"title": "Throughput speedtest Homebox",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "netspeedtest/homebox"
|
|
}
|
|
},
|
|
"admin/network/netspeedtest/wanspeedtest": {
|
|
"title": "Wan SpeedTest",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "netspeedtest/wanspeedtest"
|
|
}
|
|
},
|
|
"admin/network/netspeedtest/onlinespeedtest": {
|
|
"title": "Online SpeedTest",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "netspeedtest/onlinespeedtest"
|
|
}
|
|
},
|
|
"admin/network/netspeedtest/logs": {
|
|
"title": "Log",
|
|
"order": 60,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "netspeedtest/logs"
|
|
}
|
|
}
|
|
}
|