mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Merge branch 'develop'
This commit is contained in:
commit
8491e57258
|
@ -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…
Reference in a new issue