mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Update sorting on activity log.
This commit is contained in:
parent
6ad2075b5a
commit
5e59705251
@ -80,7 +80,11 @@
|
||||
|
||||
$( document ).ready(function() {
|
||||
console.log('ready for JS!')
|
||||
$('#audit_table').DataTable();
|
||||
$('#audit_table').DataTable({
|
||||
'order': [1, 'desc']
|
||||
}
|
||||
);
|
||||
|
||||
});
|
||||
</script>
|
||||
<script>
|
||||
|
Loading…
Reference in New Issue
Block a user