mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-12 16:40:26 +00:00
Adjustment to have History sorts by oldest first. Fix #245
This commit is contained in:
parent
45b8c0c12b
commit
bd45c4ef87
@ -69,8 +69,10 @@
|
|||||||
"ordering" : true,
|
"ordering" : true,
|
||||||
"info" : true,
|
"info" : true,
|
||||||
"autoWidth" : false,
|
"autoWidth" : false,
|
||||||
|
"order": [[ 2, "desc" ]],
|
||||||
"columnDefs": [
|
"columnDefs": [
|
||||||
{
|
{
|
||||||
|
"type": "time",
|
||||||
"render": function ( data, type, row ) {
|
"render": function ( data, type, row ) {
|
||||||
return moment.utc(data).local().format('YYYY-MM-DD HH:mm:ss');
|
return moment.utc(data).local().format('YYYY-MM-DD HH:mm:ss');
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user