Fixed sort ordering on dashboard
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user