mirror of
https://github.com/ronggang/transmission-web-control.git
synced 2025-04-25 07:06:24 +00:00
16 lines
459 B
JSON
16 lines
459 B
JSON
{
|
|
"config":{
|
|
"autoRowHeight":"false"
|
|
,"rownumbers":"true"
|
|
,"pagination":"true"
|
|
,"striped":"true"
|
|
}
|
|
,"fields":[
|
|
{"field":"address","width":"260"}
|
|
,{"field":"clientName","width":"120"}
|
|
,{"field":"flagStr","width":"60"}
|
|
,{"field":"progress","width":"70","align":"center"}
|
|
,{"field":"rateToClient","width":"80","align":"right","formatter":"speed"}
|
|
,{"field":"rateToPeer","width":"80","align":"right","formatter":"speed"}
|
|
]
|
|
} |