Sort sync jobs DataTable based on ID

By setting the default column to perform the sort on, the additional
sort option for the first (hidden) column is also removed.
This commit is contained in:
Tom Udding 2022-12-30 16:22:52 +01:00
parent 02b2988beb
commit 690c34bc1d
No known key found for this signature in database
GPG Key ID: F1377C292CA6E5CD

View File

@ -1908,6 +1908,7 @@ jQuery(function($){
processing: true,
serverSide: false,
language: lang_datatables,
order:[[2, 'desc']],
ajax: {
type: "GET",
url: "/api/v1/get/syncjobs/all/no_log",