mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge pull request #11039 from snipe/features/adds_seat_id_to_seats_ui
Added license seat ID to the UI
This commit is contained in:
commit
f3fc81b860
|
@ -191,6 +191,14 @@ class LicensePresenter extends Presenter
|
||||||
public static function dataTableLayoutSeats()
|
public static function dataTableLayoutSeats()
|
||||||
{
|
{
|
||||||
$layout = [
|
$layout = [
|
||||||
|
[
|
||||||
|
'field' => 'id',
|
||||||
|
'searchable' => false,
|
||||||
|
'sortable' => true,
|
||||||
|
'switchable' => true,
|
||||||
|
'title' => trans('general.id'),
|
||||||
|
'visible' => false,
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"field" => "name",
|
"field" => "name",
|
||||||
"searchable" => false,
|
"searchable" => false,
|
||||||
|
|
Loading…
Reference in a new issue