status: sort time as newest first
This commit is contained in:
parent
97f68a85e9
commit
982a35a5b1
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ stamp: %S
|
|||
(SM.cardinal disk.Disk.md5s)
|
||||
(KV.free disk.Disk.dev)
|
||||
in
|
||||
let sort_by_ts a b = Ptime.compare a b in
|
||||
let sort_by_ts a b = Ptime.compare b a in
|
||||
let active_downloads =
|
||||
let header = "<h2>Active downloads</h2><ul>" in
|
||||
let content =
|
||||
|
|
Loading…
Reference in a new issue