Commit 26bcb13b authored by Dietmar Maurer's avatar Dietmar Maurer

fix tasklist sort order

parent 5d6cb786
......@@ -16,7 +16,7 @@ Ext.define('PVE.dc.Tasks', {
sorters: [
{
property : 'starttime',
direction: 'ASC'
direction: 'DESC'
}
]
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment