Added default location to asset listing

This commit is contained in:
snipe 2018-01-24 14:23:12 -08:00
parent f5636f325d
commit bd80a77b78

View file

@ -113,7 +113,14 @@ class AssetPresenter extends Presenter
"title" => trans('admin/hardware/table.location'),
"visible" => true,
"formatter" => "deployedLocationFormatter"
], [
], [
"field" => "rtd_location",
"searchable" => true,
"sortable" => true,
"title" => trans('admin/hardware/form.default_location'),
"visible" => false,
"formatter" => "deployedLocationFormatter"
], [
"field" => "manufacturer",
"searchable" => true,
"sortable" => true,