forked from 0x2620/pandora
likes as %
This commit is contained in:
parent
b097dc2862
commit
e7eae1c9c3
1 changed files with 2 additions and 2 deletions
|
@ -339,9 +339,9 @@
|
||||||
{
|
{
|
||||||
"id": "likes",
|
"id": "likes",
|
||||||
"title": "Likes",
|
"title": "Likes",
|
||||||
"type": "integer",
|
"type": "float",
|
||||||
"columnWidth": 60,
|
"columnWidth": 60,
|
||||||
"format": {"type": "number"},
|
"format": {"type": "unit", "args": ["%", 2]},
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue