mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 22:07:29 -08:00
Added license seat ID to the UI
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
89fee23d32
commit
dc8669121d
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue