mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Remove another data-toggle="table" - possibly the last one
This commit is contained in:
parent
6f3e9033c2
commit
8d49d35463
|
@ -33,7 +33,7 @@
|
|||
id="depreciationReport"
|
||||
data-url="{{ route('api.depreciation-report.index') }}"
|
||||
data-mobile-responsive="true"
|
||||
data-toggle="table"
|
||||
{{-- data-toggle="table" --}}
|
||||
class="table table-striped snipe-table"
|
||||
data-columns="{{ \App\Presenters\DepreciationReportPresenter::dataTableLayout() }}"
|
||||
data-export-options='{
|
||||
|
|
Loading…
Reference in a new issue