mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 14:36:27 +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: [
|
sorters: [
|
||||||
{
|
{
|
||||||
property : 'starttime',
|
property : 'starttime',
|
||||||
direction: 'ASC'
|
direction: 'DESC'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user