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:
snipe 2022-05-09 10:59:47 -07:00 committed by GitHub
commit f3fc81b860
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -191,6 +191,14 @@ class LicensePresenter extends Presenter
public static function dataTableLayoutSeats()
{
$layout = [
[
'field' => 'id',
'searchable' => false,
'sortable' => true,
'switchable' => true,
'title' => trans('general.id'),
'visible' => false,
],
[
"field" => "name",
"searchable" => false,