Merge branch 'develop'
This commit is contained in:
commit
8491e57258
1 changed files with 1 additions and 1 deletions
|
@ -168,6 +168,7 @@
|
||||||
name="activityReport"
|
name="activityReport"
|
||||||
id="table"
|
id="table"
|
||||||
data-height="400"
|
data-height="400"
|
||||||
|
data-sort-order="desc"
|
||||||
data-show-export="false"
|
data-show-export="false"
|
||||||
data-url="{{ route('api.activity.index', ['limit' => 25]) }}">
|
data-url="{{ route('api.activity.index', ['limit' => 25]) }}">
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -235,7 +236,6 @@
|
||||||
name="categorySummary"
|
name="categorySummary"
|
||||||
id="table"
|
id="table"
|
||||||
data-height="440"
|
data-height="440"
|
||||||
|
|
||||||
data-url="{{ route('api.categories.index', ['sort' => 'assets_count', 'order' => 'asc']) }}">
|
data-url="{{ route('api.categories.index', ['sort' => 'assets_count', 'order' => 'asc']) }}">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue