mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-25 20:51:30 -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()
|
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