mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Refactor sorting order in services.js to use the first column
This commit is contained in:
parent
ab76d6074f
commit
4205aa6543
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ $(function () {
|
|||
targets: 5,
|
||||
},
|
||||
],
|
||||
order: [[5, "desc"]],
|
||||
order: [[1, "desc"]],
|
||||
autoFill: false,
|
||||
responsive: true,
|
||||
select: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue