Task sort order

Updated user and host task lists to be sorted in descending order by task ID.
This commit is contained in:
Tristan Olive 2014-03-03 23:59:09 -05:00
parent 90ee41d6fe
commit 9cf15fd115
1 changed files with 2 additions and 2 deletions

View File

@ -818,7 +818,7 @@ function work_and_host_stats_views_default_views() {
'grouping' => '',
'override' => 1,
'sticky' => 1,
'order' => 'asc',
'order' => 'desc',
'summary' => '',
'columns' => array(
'id' => 'id',
@ -6112,7 +6112,7 @@ else {
'grouping' => '',
'override' => 1,
'sticky' => 1,
'order' => 'asc',
'order' => 'desc',
'summary' => '',
'columns' => array(
'id' => 'id',