mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added - make total sortable in components
This commit is contained in:
parent
f8151284ee
commit
fb262e38a7
|
@ -65,7 +65,7 @@ class ComponentPresenter extends Presenter
|
|||
], [
|
||||
"field" => "qty",
|
||||
"searchable" => false,
|
||||
"sortable" => false,
|
||||
"sortable" => true,
|
||||
"title" => trans('admin/components/general.total'),
|
||||
"visible" => true,
|
||||
], [
|
||||
|
|
Loading…
Reference in a new issue