forked from 0x2620/pandora
fix sort key titles in padma.jsonc
This commit is contained in:
parent
577afd682e
commit
879d114995
1 changed files with 2 additions and 2 deletions
|
@ -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"]},
|
||||||
|
|
Loading…
Reference in a new issue