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
1 changed files with 2 additions and 2 deletions

View File

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