format runtime correctly
This commit is contained in:
parent
17c90bd1c5
commit
f1709ab3a5
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
"title": "Runtime",
|
||||
"type": "integer",
|
||||
"columnWidth": 60,
|
||||
"format": {"type": "duration", "args": [0, "medium"]}
|
||||
"format": {"type": "duration", "args": [0, "short"]}
|
||||
},
|
||||
{
|
||||
"id": "writer",
|
||||
|
|
Loading…
Reference in a new issue