fix tasklist sort order

This commit is contained in:
Dietmar Maurer 2011-09-14 09:20:26 +02:00
parent 6ccf662005
commit 0b3b8aaacc

View File

@ -16,7 +16,7 @@ Ext.define('PVE.dc.Tasks', {
sorters: [
{
property : 'starttime',
direction: 'ASC'
direction: 'DESC'
}
]
});