mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Fixed sort ordering on dashboard
This commit is contained in:
parent
b3a6ec2804
commit
d86fb098a8
|
@ -168,6 +168,7 @@
|
|||
name="activityReport"
|
||||
id="table"
|
||||
data-height="400"
|
||||
data-sort-order="desc"
|
||||
data-show-export="false"
|
||||
data-url="{{ route('api.activity.index', ['limit' => 25]) }}">
|
||||
<thead>
|
||||
|
@ -235,7 +236,6 @@
|
|||
name="categorySummary"
|
||||
id="table"
|
||||
data-height="440"
|
||||
|
||||
data-url="{{ route('api.categories.index', ['sort' => 'assets_count', 'order' => 'asc']) }}">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue