mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Added checkbox to audit listing
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
0c20543c49
commit
adc017db23
|
@ -17,6 +17,10 @@ class AssetAuditPresenter extends Presenter
|
||||||
public static function dataTableLayout()
|
public static function dataTableLayout()
|
||||||
{
|
{
|
||||||
$layout = [
|
$layout = [
|
||||||
|
[
|
||||||
|
'field' => 'checkbox',
|
||||||
|
'checkbox' => true,
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'field' => 'id',
|
'field' => 'id',
|
||||||
'searchable' => false,
|
'searchable' => false,
|
||||||
|
|
Loading…
Reference in a new issue