forked from 0x2620/pandora
add likes, fixes #1021
This commit is contained in:
parent
c413d3526b
commit
f31a2dfc2b
1 changed files with 8 additions and 0 deletions
|
@ -336,6 +336,14 @@
|
|||
"format": {"type": "unit", "args": ["%", 2]},
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "likes",
|
||||
"title": "Likes",
|
||||
"type": "integer",
|
||||
"columnWidth": 60,
|
||||
"format": {"type": "number"},
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "id",
|
||||
"title": "ID",
|
||||
|
|
Loading…
Reference in a new issue