fix #1031 (only one decimal digit for 'likes')

This commit is contained in:
rolux 2012-09-28 13:35:44 +02:00
parent e7eae1c9c3
commit 7d44b328e1

View file

@ -341,7 +341,7 @@
"title": "Likes",
"type": "float",
"columnWidth": 60,
"format": {"type": "unit", "args": ["%", 2]},
"format": {"type": "unit", "args": ["%", 1]},
"sort": true
},
{