mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 16:18:25 +00:00
fix tasklist sort order
This commit is contained in:
parent
6ccf662005
commit
0b3b8aaacc
@ -16,7 +16,7 @@ Ext.define('PVE.dc.Tasks', {
|
||||
sorters: [
|
||||
{
|
||||
property : 'starttime',
|
||||
direction: 'ASC'
|
||||
direction: 'DESC'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user