fix sort key titles in padma.jsonc

This commit is contained in:
rolux 2012-03-27 14:59:20 +00:00
parent 577afd682e
commit 879d114995

View file

@ -418,14 +418,14 @@
}, },
{ {
"id": "modified", "id": "modified",
"title": "Date Modified", "title": "Last Modified",
"type": "date", "type": "date",
"columnWidth": 90, "columnWidth": 90,
"sort": true "sort": true
}, },
{ {
"id": "accessed", "id": "accessed",
"title": "Date Accessed", "title": "Last Accessed",
"type": "date", "type": "date",
"columnWidth": 90, "columnWidth": 90,
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}, "format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]},