mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-05 03:09:43 +01:00
Changed default sorting on log page to show most recent first, changed default loglines to 25 from 10 per page
This commit is contained in:
@@ -45,6 +45,8 @@ $(document).ready(function() {
|
||||
"bServerSide": true,
|
||||
"sAjaxSource": 'getLog',
|
||||
"sPaginationType": "full_numbers",
|
||||
"aaSorting": [[0, 'desc']],
|
||||
"iDisplayLength": 25,
|
||||
"bStateSave": true,
|
||||
"oLanguage": {
|
||||
"sSearch":"",
|
||||
@@ -93,4 +95,4 @@ $(document).ready(function() {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</%def>
|
||||
</%def>
|
||||
|
||||
Reference in New Issue
Block a user