mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added click to select on models table
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c6ddc501c5
commit
406ff6984b
|
@ -163,6 +163,7 @@
|
|||
data-sort-name="name"
|
||||
data-bulk-button-id="#AssetModelsBulkEditButton"
|
||||
data-bulk-form-id="#bulkForm"
|
||||
data-click-to-select="true"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{ route('api.models.index',['depreciation_id'=> $depreciation->id]) }}"
|
||||
data-export-options='{
|
||||
|
|
Loading…
Reference in a new issue