Skip to content
Snippets Groups Projects
Commit c88616bd authored by baldwinlouie's avatar baldwinlouie
Browse files

Issue #1809002 by baldwinlouie: fixed sorting

parent 2a03c87d
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ function aws_cloud_display_snapshot_list($form_submit = '', $form_state, $cloud_
array(
'data' => t('Created' ),
'field' => 'created' ,
'sort' => 'c.desc',
'sort' => 'desc',
),
array(
'data' => t('Actions' ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment