mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Added default location to asset listing
This commit is contained in:
parent
f5636f325d
commit
bd80a77b78
|
@ -113,7 +113,14 @@ class AssetPresenter extends Presenter
|
||||||
"title" => trans('admin/hardware/table.location'),
|
"title" => trans('admin/hardware/table.location'),
|
||||||
"visible" => true,
|
"visible" => true,
|
||||||
"formatter" => "deployedLocationFormatter"
|
"formatter" => "deployedLocationFormatter"
|
||||||
], [
|
], [
|
||||||
|
"field" => "rtd_location",
|
||||||
|
"searchable" => true,
|
||||||
|
"sortable" => true,
|
||||||
|
"title" => trans('admin/hardware/form.default_location'),
|
||||||
|
"visible" => false,
|
||||||
|
"formatter" => "deployedLocationFormatter"
|
||||||
|
], [
|
||||||
"field" => "manufacturer",
|
"field" => "manufacturer",
|
||||||
"searchable" => true,
|
"searchable" => true,
|
||||||
"sortable" => true,
|
"sortable" => true,
|
||||||
|
|
Loading…
Reference in a new issue