fix tasklist sort order
This commit is contained in:
parent
5d6cb786fd
commit
26bcb13bbd
@ -16,7 +16,7 @@ Ext.define('PVE.dc.Tasks', {
|
||||
sorters: [
|
||||
{
|
||||
property : 'starttime',
|
||||
direction: 'ASC'
|
||||
direction: 'DESC'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user