forked from 0x2620/pandora
change type of duration item key from float to time
This commit is contained in:
parent
d0e50719b8
commit
6cc0a74efc
4 changed files with 4 additions and 4 deletions
|
@ -356,7 +356,7 @@
|
||||||
{
|
{
|
||||||
"id": "duration",
|
"id": "duration",
|
||||||
"title": "Duration",
|
"title": "Duration",
|
||||||
"type": "float",
|
"type": "time",
|
||||||
"columnWidth": 90,
|
"columnWidth": 90,
|
||||||
"format": {"type": "duration", "args": []},
|
"format": {"type": "duration", "args": []},
|
||||||
"sort": true
|
"sort": true
|
||||||
|
|
|
@ -378,7 +378,7 @@
|
||||||
{
|
{
|
||||||
"id": "duration",
|
"id": "duration",
|
||||||
"title": "Duration",
|
"title": "Duration",
|
||||||
"type": "float",
|
"type": "time",
|
||||||
"columnWidth": 90,
|
"columnWidth": 90,
|
||||||
"format": {"type": "duration", "args": []},
|
"format": {"type": "duration", "args": []},
|
||||||
"sort": true
|
"sort": true
|
||||||
|
|
|
@ -281,7 +281,7 @@
|
||||||
{
|
{
|
||||||
"id": "duration",
|
"id": "duration",
|
||||||
"title": "Duration",
|
"title": "Duration",
|
||||||
"type": "float",
|
"type": "time",
|
||||||
"columnWidth": 90,
|
"columnWidth": 90,
|
||||||
"format": {"type": "duration", "args": [0, "short"]},
|
"format": {"type": "duration", "args": [0, "short"]},
|
||||||
"sort": true
|
"sort": true
|
||||||
|
|
|
@ -222,7 +222,7 @@
|
||||||
{
|
{
|
||||||
"id": "duration",
|
"id": "duration",
|
||||||
"title": "Duration",
|
"title": "Duration",
|
||||||
"type": "float",
|
"type": "time",
|
||||||
"columnWidth": 90,
|
"columnWidth": 90,
|
||||||
"format": {"type": "duration", "args": [0, "short"]},
|
"format": {"type": "duration", "args": [0, "short"]},
|
||||||
"sort": true
|
"sort": true
|
||||||
|
|
Loading…
Reference in a new issue