Skip to content

Commit

Permalink
(NOBIDS) frontend: order by block per default on deposits-page (#2635)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybrush authored Oct 24, 2023
1 parent 3d735ae commit fa3523b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deposits.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
stateLoadCallback: function (settings) {
return JSON.parse(localStorage.getItem("DataTables_" + settings.sInstance))
},
order: [[4, 'desc']],
order: [[6, 'desc']],
searching: true,
ajax: dataTableLoader('/validators/initiated-deposits/data'),
pagingType: 'input',
Expand Down

0 comments on commit fa3523b

Please sign in to comment.