mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Merge pull request #14016 from snipe/feature/sc-24184
Set default sorting on backups to latest first
This commit is contained in:
commit
8100f11a36
|
@ -40,7 +40,8 @@
|
|||
data-id-table="system-backups"
|
||||
data-search="true"
|
||||
data-side-pagination="client"
|
||||
data-sort-order="asc"
|
||||
data-sort-order="desc"
|
||||
data-sort-name="modified_display"
|
||||
id="system-backups"
|
||||
class="table table-striped snipe-table">
|
||||
<thead>
|
||||
|
|
Loading…
Reference in a new issue