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:
rembo10
2012-10-08 21:44:57 +01:00
parent 7f56277c40
commit 542d8b9e1f

View File

@@ -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>