mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Reverse order on activity report
This commit is contained in:
parent
1c28f893e7
commit
f7eb013935
|
@ -23,9 +23,12 @@
|
||||||
data-show-columns="true"
|
data-show-columns="true"
|
||||||
data-show-export="true"
|
data-show-export="true"
|
||||||
data-show-refresh="true"
|
data-show-refresh="true"
|
||||||
data-sort-order="asc"
|
data-sort-order="desc"
|
||||||
|
data-sort-name="created_at"
|
||||||
id="activityReport"
|
id="activityReport"
|
||||||
data-url="{{ route('api.activity.index') }}"
|
data-url="{{ route('api.activity.index') }}"
|
||||||
|
data-mobile-responsive="true"
|
||||||
|
data-toggle="table"
|
||||||
class="table table-striped snipe-table"
|
class="table table-striped snipe-table"
|
||||||
data-export-options='{
|
data-export-options='{
|
||||||
"fileName": "activity-report-{{ date('Y-m-d') }}",
|
"fileName": "activity-report-{{ date('Y-m-d') }}",
|
||||||
|
|
Loading…
Reference in a new issue