diff --git a/app/templates/admin_history.html b/app/templates/admin_history.html
index 32abb7d..c146d52 100644
--- a/app/templates/admin_history.html
+++ b/app/templates/admin_history.html
@@ -69,8 +69,10 @@
"ordering" : true,
"info" : true,
"autoWidth" : false,
+ "order": [[ 2, "desc" ]],
"columnDefs": [
{
+ "type": "time",
"render": function ( data, type, row ) {
return moment.utc(data).local().format('YYYY-MM-DD HH:mm:ss');
},