mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -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()
|
||||
{
|
||||
$layout = [
|
||||
[
|
||||
'field' => 'checkbox',
|
||||
'checkbox' => true,
|
||||
],
|
||||
[
|
||||
'field' => 'id',
|
||||
'searchable' => false,
|
||||
|
|
Loading…
Reference in a new issue