mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-01 06:50:25 +03:00
bug #2437: The images datatable is not ordered in descending order by default like the rest of datatables
This commit is contained in:
parent
76700b1d89
commit
7656a7b8f1
@ -1372,5 +1372,7 @@ $(document).ready(function(){
|
||||
infoListener(dataTable_images,'Image.showinfo');
|
||||
|
||||
$('div#images_tab div.legend_div').hide();
|
||||
|
||||
dataTable_images.fnSort( [ [1,config['user_config']['table_order']] ] );
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user